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

Axis ticks #90

Open
nick-moffitt opened this issue Jul 6, 2023 · 1 comment
Open

Axis ticks #90

nick-moffitt opened this issue Jul 6, 2023 · 1 comment

Comments

@nick-moffitt
Copy link

Something similar to ggplot2 where the user can set the number of breaks or the units at which breaks will occur

@RobVanN-CW
Copy link

RobVanN-CW commented May 6, 2024

No idea whether this is of any help...

I wanted to have jumps of 0.2 (20%) in major tick axes and saw that this happened after setting the limit max beyond 1 (also needed to get the 100% line displayed when this went missing)

chart_ax_y(x=bchart,
     num_fmt = "0%",
     limit_min=0,
     limit_max=1.02
      )

This is with the latest, i.e. developer version of mschart (0.4.1.002)

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