forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 14b34fd
Merge pull request matplotlib#20632 from timhoffm/ticklabels-empty-str
Use ticklabels([]) instead of ticklabels('')File tree
6 files changed
+13
-12
lines changed- examples
- subplots_axes_and_figures
- text_labels_and_annotations
- lib/matplotlib
- projections
- tests
- tutorials/intermediate
6 files changed
+13
-12
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 | - | ||
37 | - | ||
36 | + | ||
37 | + | ||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 | - | ||
72 | - | ||
71 | + | ||
72 | + | ||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
150 | + | ||
150 | 151 |
| |
151 | 152 |
| |
152 | 153 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | - | ||
20 | - | ||
19 | + | ||
20 | + | ||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
428 | 428 |
| |
429 | 429 |
| |
430 | 430 |
| |
431 | - | ||
432 | - | ||
431 | + | ||
432 | + | ||
433 | 433 |
| |
434 | 434 |
| |
435 | 435 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
636 | 636 |
| |
637 | 637 |
| |
638 | 638 |
| |
639 | - | ||
639 | + | ||
640 | 640 |
| |
641 | 641 |
| |
642 | 642 |
| |
643 | 643 |
| |
644 | - | ||
644 | + | ||
645 | 645 |
| |
646 | 646 |
| |
647 | 647 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
296 | 296 |
| |
297 | 297 |
| |
298 | 298 |
| |
299 | - | ||
300 | - | ||
299 | + | ||
300 | + | ||
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
|
0 commit comments