-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Labels
BUGunexpected behaviorunexpected behavior
Description
@DavidBergstromSWE commented in #1046 that multiplier notation is not behaving as expected. Indeed the multiplier is not rendering:
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
formsPlot1.Plot.AddLine(-1e5, -1e10, 1e5, 1e10);
formsPlot1.Plot.XAxis.TickLabelNotation(multiplier: true);
formsPlot1.Plot.YAxis.TickLabelNotation(multiplier: true);
formsPlot1.Render();
}
}Womp! This is also broken in the cookbook https://swharden.com/scottplot/cookbooks/4.1.18/category/advanced-axis-features/#multiplier-notation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BUGunexpected behaviorunexpected behavior
