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
Fix PDF contour horizontal lines - use fill and stroke
- Changed from 'f*' (fill only) to 'B' (fill and stroke) operator
- Stroke color matches fill color, eliminating anti-aliasing gaps
- Follows matplotlib technique: set_edgecolor('face')
- Completely eliminates horizontal lines in contour plots
- Fixes final issue in #1413
The 'B' operator fills and strokes with the same color, covering the
sub-pixel gaps that appear when PDF viewers anti-alias adjacent polygons.
0 commit comments