@@ -239,16 +239,16 @@ Property cycle
239
239
Axis / limits
240
240
=============
241
241
242
+ .. For families of methods of the form {get,set}_{x,y}foo, try to list them in
243
+ the order set_xfoo, get_xfoo, set_yfoo, get_yfoo
244
+
242
245
.. autosummary ::
243
246
:toctree: _as_gen
244
247
:template: autosummary.rst
245
248
:nosignatures:
246
249
247
-
248
- Axes.get_yaxis
249
250
Axes.get_xaxis
250
-
251
-
251
+ Axes.get_yaxis
252
252
253
253
Axis Limits and direction
254
254
-------------------------
@@ -259,23 +259,22 @@ Axis Limits and direction
259
259
:nosignatures:
260
260
261
261
Axes.invert_xaxis
262
- Axes.invert_yaxis
263
262
Axes.xaxis_inverted
263
+ Axes.invert_yaxis
264
264
Axes.yaxis_inverted
265
265
266
266
Axes.set_xlim
267
+ Axes.get_xlim
267
268
Axes.set_ylim
268
269
Axes.get_ylim
269
- Axes.get_xlim
270
270
271
271
Axes.update_datalim
272
272
Axes.update_datalim_bounds
273
- Axes.update_datalim_numerix
274
273
275
- Axes.set_ybound
276
274
Axes.set_xbound
277
- Axes.get_ybound
278
275
Axes.get_xbound
276
+ Axes.set_ybound
277
+ Axes.get_ybound
279
278
280
279
Axis Labels, title, and legend
281
280
------------------------------
@@ -285,19 +284,17 @@ Axis Labels, title, and legend
285
284
:template: autosummary.rst
286
285
:nosignatures:
287
286
288
- Axes.get_xlabel
289
- Axes.get_ylabel
290
-
291
287
Axes.set_xlabel
288
+ Axes.get_xlabel
292
289
Axes.set_ylabel
290
+ Axes.get_ylabel
293
291
294
292
Axes.set_title
295
293
Axes.get_title
296
294
Axes.legend
297
295
Axes.get_legend
298
296
Axes.get_legend_handles_labels
299
297
300
-
301
298
Axis scales
302
299
-----------
303
300
@@ -308,11 +305,8 @@ Axis scales
308
305
309
306
Axes.set_xscale
310
307
Axes.get_xscale
311
-
312
- Axes.get_yscale
313
308
Axes.set_yscale
314
-
315
-
309
+ Axes.get_yscale
316
310
317
311
Autoscaling and margins
318
312
-----------------------
@@ -333,15 +327,14 @@ Autoscaling and margins
333
327
Axes.autoscale
334
328
Axes.autoscale_view
335
329
336
- Axes.get_autoscale_on
337
330
Axes.set_autoscale_on
331
+ Axes.get_autoscale_on
338
332
339
- Axes.get_autoscalex_on
340
333
Axes.set_autoscalex_on
334
+ Axes.get_autoscalex_on
341
335
342
- Axes.get_autoscaley_on
343
336
Axes.set_autoscaley_on
344
-
337
+ Axes.get_autoscaley_on
345
338
346
339
Aspect ratio
347
340
------------
@@ -352,56 +345,55 @@ Aspect ratio
352
345
:nosignatures:
353
346
354
347
Axes.apply_aspect
355
- Axes.get_aspect
356
348
Axes.set_aspect
349
+ Axes.get_aspect
357
350
358
- Axes.get_adjustable
359
351
Axes.set_adjustable
360
-
352
+ Axes.get_adjustable
361
353
362
354
Ticks and tick labels
363
355
---------------------
364
356
365
-
366
357
.. autosummary ::
367
358
:toctree: _as_gen
368
359
:template: autosummary.rst
369
360
:nosignatures:
370
361
371
- Axes.xaxis_date
372
- Axes.yaxis_date
362
+ Axes.set_xticks
363
+ Axes.get_xticks
373
364
365
+ Axes.set_xticklabels
366
+ Axes.get_xticklabels
374
367
Axes.get_xmajorticklabels
375
368
Axes.get_xminorticklabels
376
- Axes.get_xticklabels
369
+
370
+ Axes.get_xgridlines
377
371
Axes.get_xticklines
378
- Axes.get_xticks
379
372
380
- Axes.get_ymajorticklabels
381
- Axes.get_yminorticklabels
382
- Axes.get_yticklabels
383
- Axes.get_yticklines
384
- Axes.get_yticks
373
+ Axes.xaxis_date
385
374
386
- Axes.minorticks_off
387
- Axes.minorticks_on
375
+ Axes.set_yticks
376
+ Axes.get_yticks
388
377
389
- Axes.set_xticklabels
390
- Axes.set_xticks
391
378
Axes.set_yticklabels
392
- Axes.set_yticks
379
+ Axes.get_yticklabels
380
+ Axes.get_ymajorticklabels
381
+ Axes.get_yminorticklabels
393
382
394
- Axes.get_xgridlines
395
383
Axes.get_ygridlines
384
+ Axes.get_yticklines
385
+
386
+ Axes.yaxis_date
396
387
388
+ Axes.minorticks_off
389
+ Axes.minorticks_on
397
390
398
391
Axes.ticklabel_format
399
392
Axes.tick_params
400
393
401
394
Axes.locator_params
402
395
403
396
404
-
405
397
Units
406
398
=====
407
399
0 commit comments