-
Notifications
You must be signed in to change notification settings - Fork 59
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
Negative values are not potting #111
Comments
Could you elaborate on your scenario? I don't understand what you mean by a negative axis. If you can provide code or a visual mock-up, that would be most helpful. Note that each series only plots on 1 pair of X/Y axes (you can't have separate axes for positive and negative Y values: you would need a separate series). |
on y-axis I have both negative and positive numbers (e.g y-axis range is -10 to +10)., even though i have datapoints at negative y-axis its not potting on graph the above is graph with negative and positive values on y-axis., the positive values are potting at y-axis but negative values are not plotting. |
Can you provide your code/some reproducing example? It doesn't look like a filtering/multiple-axis/rendering issue (unless there are NaN values in the points?) Could you also let us know which platform and version you are using (e.g. OxyPlot.WindowsForms v2.0.0) |
model.Axes.Add(new LinearAxis foreach (Record record in GraphData) "GraphData": [ even though im passing negative datapoints to plot., its ignoring them and rendering only positive values as shown above |
I'm not able to repro this on Winforms (I'm not set up to test Xamarin), and can't recall any bugs like this in the past. Could you confirm which version of Oxyplot you are using? What is the |
about version - added as a library not as an dll add method adds lineseries to plot. |
I have negative linear series(y-axis) which is rendered on graph., even though I have negative values those are not plotting on negative y-axis.
are they any ways to plot negative values on negative (y-axis) ?
The text was updated successfully, but these errors were encountered: