Skip to content

Commit 2914455

Browse files
committed
DOC: Minor copy edits
1 parent bf5aeb5 commit 2914455

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/users/dflt_style_changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,11 +426,11 @@ obscuring data too much.
426426
fig, (old, new) = plt.subplots(ncols=2, sharey=True)
427427
with plt.style.context('default'):
428428
new.boxplot(data, labels=['A', 'B', 'C', 'D'])
429-
new.set_title('New boxplots')
429+
new.set_title('classic')
430430

431431
with plt.style.context('classic'):
432432
old.boxplot(data, labels=['A', 'B', 'C', 'D'])
433-
old.set_title('Old boxplots')
433+
old.set_title('v2.0')
434434

435435
new.set_ylim(bottom=0)
436436

doc/users/whats_new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ New rcparams added
5353
+---------------------------------+--------------------------------------------------+
5454
| Parameter | Description |
5555
+=================================+==================================================+
56-
|`date.autoformatter.year` | foramt string for 'year' scale dates |
56+
|`date.autoformatter.year` | format string for 'year' scale dates |
5757
+---------------------------------+--------------------------------------------------+
5858
|`date.autoformatter.month` | format string for 'month' scale dates |
5959
+---------------------------------+--------------------------------------------------+

0 commit comments

Comments
 (0)