-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
At the moment, it is not possible to get the right position of a color_axis
.
If you set the color_axis
like this
xpl::color_axis ax_c(sc);
ax_c.label = "Values";
ax_c.orientation = "vertical";
ax_c.side = "right";
The orientation
and the side
is not applied.
We need to execute two times the following commands in the cell after the creation of the xfigure
to have the right behavior.
ax_c.orientation = "vertical";
ax_c.side = "right";
Metadata
Metadata
Assignees
Labels
No labels