@@ -838,21 +838,21 @@ def axes(*args, **kwargs):
838
838
- ``axes(h)`` where *h* is an axes instance makes *h* the current
839
839
axis. An :class:`~matplotlib.axes.Axes` instance is returned.
840
840
841
- ======= ============== ==============================================
842
- kwarg Accepts Description
843
- ======= ============== ==============================================
844
- facecolor color the axes background color
845
- frameon [True|False] display the frame?
846
- sharex otherax current axes shares xaxis attribute
847
- with otherax
848
- sharey otherax current axes shares yaxis attribute
849
- with otherax
850
- polar [True|False] use a polar axes?
851
- aspect [str | num] ['equal', 'auto'] or a number. If a number
852
- the ratio of x-unit/y-unit in screen-space.
853
- Also see
854
- :meth:`~matplotlib.axes.Axes.set_aspect`.
855
- ======= ============== ==============================================
841
+ ========= ============== ==============================================
842
+ kwarg Accepts Description
843
+ ========= ============== ==============================================
844<
8A0E
/code>
+ facecolor color the axes background color
845
+ frameon [True|False] display the frame?
846
+ sharex otherax current axes shares xaxis attribute
847
+ with otherax
848
+ sharey otherax current axes shares yaxis attribute
849
+ with otherax
850
+ polar [True|False] use a polar axes?
851
+ aspect [str | num] ['equal', 'auto'] or a number. If a number
852
+ the ratio of x-unit/y-unit in screen-space.
853
+ Also see
854
+ :meth:`~matplotlib.axes.Axes.set_aspect`.
855
+ ========= ============== ==============================================
856
856
857
857
Examples:
858
858
0 commit comments