Skip to content
Discussion options

You must be logged in to vote

I was mistaken! This is working:

var plt = new ScottPlot.Plot(400, 300);
plt.AddLine(-1e5, -1e10, 1e5, 1e10);
plt.SaveFig("default.png");
plt.XAxis.TickLabelNotation(multiplier: true);
plt.YAxis.TickLabelNotation(multiplier: true);
plt.SaveFig("multiplier.png");
Standard Tick Labels Multiplier Notation

https://swharden.com/scottplot/cookbooks/4.1.13-beta/category/advanced-axis-features/#multiplier-notation
https://swharden.com/scottplot/cookbooks/4.1.13-beta/category/advanced-axis-features/#offset-notation

The cookbook examples are working too, but they're just being demonstrated on one axis, so I overlooked it. I'll modify them to make it more obvious.

Replies: 7 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies

This comment has been hidden.

This comment has been hidden.

Comment options

You must be logged in to vote
0 replies
Answer selected by swharden
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@swharden
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1026 on May 21, 2021 01:37.