Matplotlib 3.0 - axes_grid1.mpl_axes.Axes
mpl_toolkits.axes_grid1.mpl_axes.Axes

mpl_toolkits.axes_grid1.mpl_axes.Axes
-
class mpl_toolkits.axes_grid1.mpl_axes.Axes(fig, rect, facecolor=None, frameon=True, sharex=None, sharey=None, label='', xscale=None, yscale=None, **kwargs)
[source] -
मामले:
matplotlib.axes._axes.Axes
एक आकृति में एक कुल्हाड़ियों का निर्माण।
पैरामीटर: -
fig : Figure
-
कुल्हाड़ी
Figure
अंजीर में निर्मित है। -
rect : [left, bottom, width, height]
-
कुल्हाड़ी आयत की परत में निर्मित है। आयत
Figure
निर्देशांक में है। -
sharex, sharey : Axes, optional
-
X या y
axis
को इनपुट अक्ष में x या y अक्ष के साथ साझा किया जाता है। -
frameon : bool, optional
-
सत्य का अर्थ है कि कुल्हाड़ी का फ्रेम दिखाई दे रहा है।
- ** kwargs
-
अन्य वैकल्पिक कीवर्ड तर्क:
संपत्ति विवरण adjustable
{"बॉक्स", 'डटलिम'} agg_filter
एक फिल्टर फ़ंक्शन, जो एक (एम, एन, 3) फ्लोट ऐरे और एक डीपीआई मूल्य लेता है, और एक (एम, एन, 3) एरे लौटाता है। alpha
नाव anchor
2-फ़्लोट्स का फ़्लोट या {'C', 'SW', 'S', 'SE', ...} animated
bool aspect
{'ऑटो', 'बराबर'} या संख्या autoscale_on
bool autoscalex_on
bool autoscaley_on
bool axes_locator
कॉल करने योग्य [[एक्सिस, रेंडरर], बॉक्स] axisbelow
बूल या 'लाइन' clip_box
Bbox
clip_on
bool clip_path
[( Path
,Transform
) |Patch
| कोई नहीं]contains
प्रतिदेय facecolor
रंग fc
रंग figure
Figure
frame_on
bool gid
str in_layout
bool label
वस्तु navigate
bool navigate_mode
अनजान path_effects
AbstractPathEffect
picker
कोई नहीं या बूल या तैरने या बुलाने योग्य position
[बाएं, नीचे, चौड़ाई, ऊंचाई] या Bbox
rasterization_zorder
फ्लोट या कोई नहीं rasterized
बूल या कोई नहीं sketch_params
(पैमाना: फ्लोट, लंबाई: फ्लोट, यादृच्छिकता: फ्लोट) snap
बूल या कोई नहीं title
str transform
Transform
url
str visible
bool xbound
(निचला: फ्लोट, ऊपरी: फ्लोट) xlabel
str xlim
(बाएं: फ्लोट, राइट: फ्लोट) xmargin
-0.5 से अधिक फ्लोट करें xscale
{"रैखिक", "लॉग", "सिमलॉग", "लॉगिट", ...} xticklabels
सूची [str] xticks
सूची ybound
(निचला: फ्लोट, ऊपरी: फ्लोट) ylabel
str ylim
(नीचे: फ्लोट, शीर्ष: फ्लोट) ymargin
-0.5 से अधिक फ्लोट करें yscale
{"रैखिक", "लॉग", "सिमलॉग", "लॉगिट", ...} yticklabels
सूची [str] yticks
सूची zorder
नाव
यह दिखाता है: -
axes : Axes
-
नई
Axes
वस्तु।
-
class AxisDict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
class AxisDict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2)
[source] -
मामले:
dict
-
axis
-
cla()
[source] -
वर्तमान अक्षों को साफ़ करें।
-