Skip to content

Ticks: multiplier not rendering #1252

@swharden

Description

@swharden

@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();
    }
}

image

Womp! This is also broken in the cookbook https://swharden.com/scottplot/cookbooks/4.1.18/category/advanced-axis-features/#multiplier-notation

Metadata

Metadata

Assignees

No one assigned

    Labels

    BUGunexpected behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions