You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These is some user confusion about when to use ax.plot with np.nan separated data and when something like LineCollection is a better choice. In particular, using the segmented data approach the line will be drawn as a single path which will not show self-intersection for alpha < 1.
The text was updated successfully, but these errors were encountered:
But does that mean we need to include this in the cheatsheets ? I initially added the None case because I discovered it quite lately and thought it might something worth to be known even though there is a clear difference in output.
see matplotlib/matplotlib#23714
These is some user confusion about when to use
ax.plot
withnp.nan
separated data and when something likeLineCollection
is a better choice. In particular, using the segmented data approach the line will be drawn as a single path which will not show self-intersection for alpha < 1.The text was updated successfully, but these errors were encountered: