Skip to content

Check stability of scatter plots with a single point while zooming #768

@swharden

Description

@swharden

@saklanmazozgur commented in #764:

double[] xs = new double[1];
double[] ys = new double[1];
Scatter = Angle_Angle1_Graphic.plt.PlotScatter(xs, ys);

If the graph is then zoomed, it gives the error "The parameter is not valid".

It does not give this error when the size of the array is more than 1.

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