Skip to content

color_axis position #12

@gouarin

Description

@gouarin

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions