Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commita8c5557
committed
Move the call to Formatter.set_locs into Formatter.format_ticks.
All calls to Formatter.set_locs occur before a call toFormatter.format_ticks (or its predecessor, a list of calls to`Formatter.__call__`); it was basically a bandaid around the fact thatall tick locations were needed to properly format an individual tick.Move the call to set_locs into format_ticks, with the intention to laterdeprecate set_locs.Convert a few more places to use format_ticks.1 parent64c84b4 commita8c5557
File tree
7 files changed
+15
-21
lines changed- doc/api/next_api_changes
- lib
- matplotlib
- mpl_toolkits
- axisartist
- mplot3d
7 files changed
+15
-21
lines changedLines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
| 8 | + | |
8 | 9 |
| |
9 |
| - | |
10 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
11 | 16 |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
934 | 934 |
| |
935 | 935 |
| |
936 | 936 |
| |
937 |
| - | |
938 | 937 |
| |
939 | 938 |
| |
940 | 939 |
| |
941 | 940 |
| |
942 |
| - | |
943 | 941 |
| |
944 | 942 |
| |
945 | 943 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
788 | 788 |
| |
789 | 789 |
| |
790 | 790 |
| |
791 |
| - | |
792 | 791 |
| |
793 | 792 |
| |
794 | 793 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
| 258 | + | |
258 | 259 |
| |
259 | 260 |
| |
260 | 261 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
228 |
| - | |
229 | 228 |
| |
230 | 229 |
| |
231 | 230 |
| |
232 | 231 |
| |
233 |
| - | |
234 | 232 |
| |
235 | 233 |
| |
236 | 234 |
| |
|
Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
294 |
| - | |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 |
| - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
299 | 297 |
| |
300 | 298 |
| |
301 | 299 |
| |
|
Lines changed: 3 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 |
| - | |
139 |
| - | |
140 |
| - | |
| 138 | + | |
141 | 139 |
| |
142 | 140 |
| |
143 | 141 |
| |
| |||
236 | 234 |
| |
237 | 235 |
| |
238 | 236 |
| |
239 |
| - | |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
| 237 | + | |
| 238 | + | |
244 | 239 |
| |
245 | 240 |
| |
246 | 241 |
| |
|
0 commit comments
Comments
(0)