Skip to content

Commit b3c7e28

Browse files
committed
[Maint] fix weird looking readme
1 parent 11ca491 commit b3c7e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ fig.savefig("scientific_plot.pdf", dpi=300, bbox_inches="tight")
5858

5959
## API Reference
6060

61-
### `set_rc_params(fontfamily=None, small=8, medium=10, big=12)`
61+
`set_rc_params(fontfamily=None, small=8, medium=10, big=12)`
6262

6363
Configure global matplotlib parameters for publication-ready plots.
6464

@@ -74,7 +74,7 @@ Configure global matplotlib parameters for publication-ready plots.
7474
set_rc_params(fontfamily="serif", small=10, medium=12, big=14)
7575
```
7676

77-
### `get_figures(rows, cols, unit="cm", figwidth=10, figheight=8, sharex=False, sharey=False, **subplot_kw)`
77+
`get_figures(rows, cols, unit="cm", figwidth=10, figheight=8, sharex=False, sharey=False, **subplot_kw)`
7878

7979
Create styled figure and axes with publication-ready formatting.
8080

0 commit comments

Comments
 (0)