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

ScatterPlot narrows the horizontal display range coordinate names overlapping issue #3832

Open
minchen123 opened this issue May 15, 2024 · 0 comments

Comments

@minchen123
Copy link

minchen123 commented May 15, 2024

Question: (Narrow down the landscape display, and if there is a lot of data, the tick names on the X-axis will overlap,This is also the case in official examples)

ScottPlot Version: (4.1.69)

Code Sample:

double[] dataV = new double[ListY.Length];
double[] yArr = new double[ListY.Length];


ScatterPlot V_ScatterPlot = null;
V_ScatterPlot = V_Plot.Plot.AddScatter(dataV, yArr, Color.Red, 2, markerSize: 2);
V_ScatterPlot.OnNaN = ScatterPlot.NanBehavior.Gap;
V_Plot.Refresh();

20240515102841

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

1 participant