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
This was one of the bugs pointed out in #87. I'll modify #87 to also solve this issue.
Description:
The points composing the crossbars are not plotted in order, causing lines to be drawn back and forth. This is visible when setting a non-contigous linestyle or when the color is not fully opaque.
Current behavior:
Expected behavior:
To Reproduce:
Run the following script with PYTHONHASHSEED=3 python issue89.py (since we use sets to represent the crossbars, the order of points is dependent on the internal seed for the Python hashing).
This was one of the bugs pointed out in #87. I'll modify #87 to also solve this issue.
Description:
The points composing the crossbars are not plotted in order, causing lines to be drawn back and forth. This is visible when setting a non-contigous
linestyle
or when the color is not fully opaque.Current behavior:
Expected behavior:
To Reproduce:
Run the following script with
PYTHONHASHSEED=3 python issue89.py
(since we use sets to represent the crossbars, the order of points is dependent on the internal seed for the Python hashing).System and package information (please complete the following information):
The text was updated successfully, but these errors were encountered: