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
Don't override errorbar caps with 'lines.markeredgecolor' rcParam (matplotlib#29895)
* Fixmatplotlib#29780 : color of errorbar caps affected by markeredgecolor
To solve this, we needed to ensure that the caps would use the
specified ecolor independently of the global
mpl.rcParams['lines.markeredgecolor']. This was achieved by
setting the marker edge color for the caps separately, rather
than relying on the global configuration.
* Taking whitespaces
* Update lib/matplotlib/tests/test_axes.py
* Update lib/matplotlib/tests/test_axes.py
Co-authored-by: Tim Hoffmann <[email protected]>
* Alteration of the tests
---------
Co-authored-by: Tim Hoffmann <[email protected]>
0 commit comments