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

GetPlotsYMinMax() error #98

Open
roelfsche opened this issue Nov 11, 2020 · 0 comments
Open

GetPlotsYMinMax() error #98

roelfsche opened this issue Nov 11, 2020 · 0 comments

Comments

@roelfsche
Copy link

Hi,
I created a Graph with 4 horizontal lines (Amenadiel\JpGraph\Plot\PlotLine) and a GroupBarPlot (Amenadiel\JpGraph\Plot\GroupBarPlot).
If I call Graph->GetPlotsYMinMax(...) the horizontal lines will be stripped out for calculation, which is fine.
But in line 2807 your array index is initialized with 0 but the GroupBarPlot object has the index 4.
Better would be to rather do a foreach() { .... }' than do { ... } while' because the latter doesn't recognizes the GroupBarPlot at position 4 and raises an error in line 2820.
Thank you.

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