Commit 1b3019d
File tree
Expand file treeCollapse file tree
20 files changed
+37
-225
lines changedFilter options
- doc/users/faq
- examples
- misc
- pyplots
- statistics
- subplots_axes_and_figures
- text_labels_and_annotations
- ticks
- tutorials
- intermediate
- text
Expand file treeCollapse file tree
20 files changed
+37
-225
lines changeddoc/users/faq/howto_faq.rst
Copy file name to clipboardExpand all lines: doc/users/faq/howto_faq.rst+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
190 |
| - |
| 190 | + |
191 | 191 |
|
192 | 192 |
|
193 | 193 |
|
| ||
203 | 203 |
|
204 | 204 |
|
205 | 205 |
|
206 |
| - |
207 |
| - |
| 206 | + |
| 207 | + |
208 | 208 |
|
209 | 209 |
|
210 | 210 |
|
|
examples/pyplots/fig_x.py renamed to examples/misc/fig_x.py
Copy file name to clipboardExpand all lines: examples/misc/fig_x.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
| 8 | + |
7 | 9 |
|
8 | 10 |
|
9 | 11 |
|
|
examples/pyplots/boxplot_demo_pyplot.py
Copy file name to clipboardExpand all lines: examples/pyplots/boxplot_demo_pyplot.py-89Lines changed: 0 additions & 89 deletions
This file was deleted.
examples/pyplots/fig_axes_labels_simple.py
Copy file name to clipboardExpand all lines: examples/pyplots/fig_axes_labels_simple.py-42Lines changed: 0 additions & 42 deletions
This file was deleted.
examples/pyplots/pyplot_formatstr.py
Copy file name to clipboardExpand all lines: examples/pyplots/pyplot_formatstr.py-21Lines changed: 0 additions & 21 deletions
This file was deleted.
examples/pyplots/pyplot_simple.py
Copy file name to clipboardExpand all lines: examples/pyplots/pyplot_simple.py+7-2Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
9 | 13 |
|
10 | 14 |
|
11 |
| - |
| 15 | + |
| 16 | + |
12 | 17 |
|
13 | 18 |
|
14 | 19 |
|
|
examples/pyplots/text_layout.py
Copy file name to clipboardExpand all lines: examples/pyplots/text_layout.py-63Lines changed: 0 additions & 63 deletions
This file was deleted.
examples/statistics/boxplot_demo.py
Copy file name to clipboardExpand all lines: examples/statistics/boxplot_demo.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
| 12 | + |
11 | 13 |
|
12 | 14 |
|
13 | 15 |
|
|
examples/pyplots/auto_subplots_adjust.py renamed to examples/subplots_axes_and_figures/auto_subplots_adjust.py
Copy file name to clipboardExpand all lines: examples/subplots_axes_and_figures/auto_subplots_adjust.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
| 39 | + |
| 40 | + |
39 | 41 |
|
40 | 42 |
|
41 | 43 |
|
|
examples/pyplots/align_ylabels.py renamed to examples/text_labels_and_annotations/align_ylabels.py
Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/align_ylabels.py+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
|
examples/pyplots/annotate_transform.py renamed to examples/text_labels_and_annotations/annotate_transform.py
Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/annotate_transform.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
| 10 | + |
9 | 11 |
|
10 | 12 |
|
11 | 13 |
|
|
examples/pyplots/annotation_basic.py renamed to examples/text_labels_and_annotations/annotation_basic.py
Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/annotation_basic.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
| 12 | + |
11 | 13 |
|
12 | 14 |
|
13 | 15 |
|
|
examples/pyplots/annotation_polar.py renamed to examples/text_labels_and_annotations/annotation_polar.py
Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/annotation_polar.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
| 11 | + |
10 | 12 |
|
11 | 13 |
|
12 | 14 |
|
|
examples/text_labels_and_annotations/text_alignment.py
Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/text_alignment.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
| 10 | + |
9 | 11 |
|
10 | 12 |
|
11 | 13 |
|
|
examples/pyplots/text_commands.py renamed to examples/text_labels_and_annotations/text_commands.py
Copy file name to clipboardExpand all lines: examples/text_labels_and_annotations/text_commands.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
| 8 | + |
7 | 9 |
|
8 | 10 |
|
9 | 11 |
|
|
examples/pyplots/dollar_ticks.py renamed to examples/ticks/dollar_ticks.py
Copy file name to clipboardExpand all lines: examples/ticks/dollar_ticks.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
| 8 | + |
7 | 9 |
|
8 | 10 |
|
9 | 11 |
|
|
examples/pyplots/fig_axes_customize_simple.py renamed to examples/ticks/fig_axes_customize_simple.py
Copy file name to clipboardExpand all lines: examples/ticks/fig_axes_customize_simple.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
| 8 | + |
7 | 9 |
|
8 | 10 |
|
9 | 11 |
|
|
examples/ticks/tick-formatters.py
Copy file name to clipboardExpand all lines: examples/ticks/tick-formatters.py+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
tutorials/intermediate/artists.py
Copy file name to clipboardExpand all lines: tutorials/intermediate/artists.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
719 | 719 |
|
720 | 720 |
|
721 | 721 |
|
722 |
| - |
| 722 | + |
723 | 723 |
|
724 | 724 |
|
tutorials/text/annotations.py
Copy file name to clipboardExpand all lines: tutorials/text/annotations.py+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
29 |
| - |
| 28 | + |
| 29 | + |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| ||
86 | 86 |
|
87 | 87 |
|
88 | 88 |
|
89 |
| - |
90 |
| - |
| 89 | + |
| 90 | + |
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
|
0 commit comments