Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

color_axis position #12

Open
gouarin opened this issue Sep 27, 2017 · 1 comment
Open

color_axis position #12

gouarin opened this issue Sep 27, 2017 · 1 comment

Comments

@gouarin
Copy link
Contributor

gouarin commented Sep 27, 2017

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";
@SylvainCorlay
Copy link
Member

note for self: check the validators / observers for these properties in bqplot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants