Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1516bd0

Browse files
committed
Add what's new
1 parent 3b2e7e9 commit 1516bd0

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

doc/users/whats_new/style_changes.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ Plots
3535
the rcParam ``lines.markersize`` so it is consistent with ``plot(X,
3636
Y, 'o')``. The old value was 20, and the new value is 36 (6^2).
3737

38+
Hatching
39+
````````
40+
41+
- The width of the lines in a hatch pattern is now configurable by the
42+
rcParam `hatch.linewidth`, with a default of 1 point. The old
43+
behavior was different depending on backend:
44+
45+
- PDF: 0.1 pt
46+
- SVG: 1.0 pt
47+
- PS: 1 px
48+
- Agg: 1 px
49+
3850
Plot layout
3951
```````````
4052

0 commit comments

Comments
 (0)