Skip to content

Commit

Permalink
Evaluation 2D draw no longer sets colorbar position
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmure authored May 30, 2024
1 parent 069519d commit 60e6e72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/Base/Func/EvaluationImplementation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ Graph EvaluationImplementation::draw(const UnsignedInteger firstInputMarginal,
const Sample z((*this)(inputSample).getMarginal(outputMarginal));
Contour isoValues(x, y, z);
isoValues.setIsFilled(isFilled);
isoValues.setColorBarPosition("right");
isoValues.setDrawLabels(false);
graph.add(isoValues);
}
Expand Down

0 comments on commit 60e6e72

Please sign in to comment.