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

Fix: x/ylim bug #197

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix: x/ylim bug #197

wants to merge 1 commit into from

Conversation

jc-audet
Copy link

This fixes a bug where plotted data which does not appear in the range given by either xlim or ylim would cause IndexErrors (#185).

Solution: Remove lines and labels which do not appear in the plot due to xlim and ylim right after the limits are applied to the data. This can be spotted by the data having no point in their array, which is was was causing the IndexErrors.

@piccolomo
Copy link
Owner

Just to update and apologise: I have been quite busy rewriting the package from ground up and will update.

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

Successfully merging this pull request may close these issues.

2 participants