File tree 8 files changed +60
-726
lines changed 8 files changed +60
-726
lines changed Original file line number Diff line number Diff line change 14
14
:no-members:
15
15
:no-undoc-members:
16
16
17
+ Inheritance
18
+ ===========
19
+ .. inheritance-diagram :: matplotlib.axes.Axes
20
+ :private-bases:
21
+
17
22
The Axes class
18
23
==============
19
24
@@ -574,78 +579,6 @@ Drawing
574
579
Axes.get_tightbbox
575
580
576
581
577
- Bulk property manipulation
578
- ==========================
579
-
580
- .. autosummary ::
581
- :toctree: _as_gen
582
- :template: autosummary.rst
583
- :nosignatures:
584
-
585
- Axes.set
586
- Axes.update
587
- Axes.properties
588
- Axes.update_from
589
-
590
-
591
- General Artist Properties
592
- =========================
593
-
594
- .. autosummary ::
595
- :toctree: _as_gen
596
- :template: autosummary.rst
597
- :nosignatures:
598
-
599
- Axes.set_agg_filter
600
- Axes.set_alpha
601
- Axes.set_animated
602
- Axes.set_clip_box
603
- Axes.set_clip_on
604
- Axes.set_clip_path
605
- Axes.set_gid
606
- Axes.set_label
607
- Axes.set_path_effects
608
- Axes.set_rasterized
609
- Axes.set_sketch_params
610
- Axes.set_snap
611
- Axes.set_transform
612
- Axes.set_url
613
- Axes.set_visible
614
- Axes.set_zorder
615
-
616
- Axes.get_agg_filter
617
- Axes.get_alpha
618
- Axes.get_animated
619
- Axes.get_clip_box
620
- Axes.get_clip_on
621
- Axes.get_clip_path
622
- Axes.get_gid
623
- Axes.get_label
624
- Axes.get_path_effects
625
- Axes.get_rasterized
626
- Axes.get_sketch_params
627
- Axes.get_snap
628
- Axes.get_transform
629
- Axes.get_url
630
- Axes.get_visible
631
- Axes.get_zorder
632
-
633
- Axes.axes
634
- Axes.set_figure
635
- Axes.get_figure
636
-
637
- Artist Methods
638
- ==============
639
-
640
- .. autosummary ::
641
- :toctree: _as_gen
642
- :template: autosummary.rst
643
- :nosignatures:
644
-
645
- Axes.remove
646
- Axes.is_transform_set
647
-
648
-
649
582
Projection
650
583
==========
651
584
@@ -681,9 +614,3 @@ Other
681
614
Axes.get_default_bbox_extra_artists
682
615
Axes.get_transformed_clip_path_and_affine
683
616
Axes.has_data
684
-
685
-
686
- Inheritance
687
- ===========
688
- .. inheritance-diagram :: matplotlib.axes.Axes
689
- :private-bases:
You can’t perform that action at this time.
0 commit comments