-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Simplify the LineCollection example #27873
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
Conversation
b56476f
to
c42c055
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a significant improvement over the previous example.
regarding the masked arrays, that's a bit of a specialized use case, and (i think) linecollections aren't the only place where masked arrays are relevant. If keeping an example of masked arrays is important then perhaps a new "Using masked data" example would be best
257d02b
to
24b0efa
Compare
24b0efa
to
a131488
Compare
Superseeds matplotlib#27871. This example is much simpler, but conveys the same LineCollection aspects - except for not using masked arrays. But I argue that this the example should be simple and using masked arrays rather distracts from the core aspects of LineCollection. If there's concern of not showing masked array support, we should add a third plot for that.
Superseeds #27871.
This example is much simpler, but conveys the same LineCollection aspects - except for not using masked arrays. But I argue that this the example should be simple and using masked arrays rather distracts from the core aspects of LineCollection.
If there's concern of not showing masked array support, we should add a third plot for that.