doc_content
stringlengths
1
386k
doc_id
stringlengths
5
188
draw(renderer)[source] Draw the Artist (and its children) using the given renderer. This has no effect if the artist is not visible (Artist.get_visible returns False). Parameters rendererRendererBase subclass. Notes This method is overridden in the Artist subclasses.
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticklabels#mpl_toolkits.axisartist.axis_artist.TickLabels.draw
get_ref_artist()[source] Return the underlying artist that actually defines some properties (e.g., color) of this artist.
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticklabels#mpl_toolkits.axisartist.axis_artist.TickLabels.get_ref_artist
get_texts_widths_heights_descents(renderer)[source] Return a list of (width, height, descent) tuples for ticklabels. Empty labels are left out.
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticklabels#mpl_toolkits.axisartist.axis_artist.TickLabels.get_texts_widths_heights_descents
get_window_extents(renderer)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticklabels#mpl_toolkits.axisartist.axis_artist.TickLabels.get_window_extents
invert_axis_direction()[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticklabels#mpl_toolkits.axisartist.axis_artist.TickLabels.invert_axis_direction
set(*, agg_filter=<UNSET>, alpha=<UNSET>, animated=<UNSET>, axis_direction=<UNSET>, backgroundcolor=<UNSET>, bbox=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, color=<UNSET>, default_alignment=<UNSET>, default_angle=<UNSET>, fontfamily=<UNSET>, fontproperties=<UNSET>, fontsize=<UNSET>, fontstretch=<UNS...
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticklabels#mpl_toolkits.axisartist.axis_artist.TickLabels.set
set_axis_direction(label_direction)[source] Adjust the text angle and text alignment of ticklabels according to the matplotlib convention. The label_direction must be one of [left, right, bottom, top]. property left bottom right top ticklabels angle 90 0 -90 180 ticklabel va center baseline center baseline ...
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticklabels#mpl_toolkits.axisartist.axis_artist.TickLabels.set_axis_direction
set_locs_angles_labels(locs_angles_labels)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticklabels#mpl_toolkits.axisartist.axis_artist.TickLabels.set_locs_angles_labels
mpl_toolkits.axisartist.axis_artist.Ticks classmpl_toolkits.axisartist.axis_artist.Ticks(ticksize, tick_out=False, *, axis=None, **kwargs)[source] Bases: mpl_toolkits.axisartist.axis_artist.AttributeCopier, matplotlib.lines.Line2D Ticks are derived from Line2D, and note that ticks themselves are markers. Thus, you ...
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticks
draw(renderer)[source] Draw the Artist (and its children) using the given renderer. This has no effect if the artist is not visible (Artist.get_visible returns False). Parameters rendererRendererBase subclass. Notes This method is overridden in the Artist subclasses.
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticks#mpl_toolkits.axisartist.axis_artist.Ticks.draw
get_color()[source] Return the line color. See also set_color.
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticks#mpl_toolkits.axisartist.axis_artist.Ticks.get_color
get_markeredgecolor()[source] Return the marker edge color. See also set_markeredgecolor.
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticks#mpl_toolkits.axisartist.axis_artist.Ticks.get_markeredgecolor
get_markeredgewidth()[source] Return the marker edge width in points. See also set_markeredgewidth.
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticks#mpl_toolkits.axisartist.axis_artist.Ticks.get_markeredgewidth
get_ref_artist()[source] Return the underlying artist that actually defines some properties (e.g., color) of this artist.
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticks#mpl_toolkits.axisartist.axis_artist.Ticks.get_ref_artist
get_tick_out()[source] Return whether ticks are drawn inside or outside the axes.
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticks#mpl_toolkits.axisartist.axis_artist.Ticks.get_tick_out
get_ticksize()[source] Return length of the ticks in points.
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticks#mpl_toolkits.axisartist.axis_artist.Ticks.get_ticksize
set(*, agg_filter=<UNSET>, alpha=<UNSET>, animated=<UNSET>, antialiased=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, color=<UNSET>, dash_capstyle=<UNSET>, dash_joinstyle=<UNSET>, dashes=<UNSET>, data=<UNSET>, drawstyle=<UNSET>, fillstyle=<UNSET>, gid=<UNSET>, in_layout=<UNSET>, label=<UNSET>, linestyl...
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticks#mpl_toolkits.axisartist.axis_artist.Ticks.set
set_color(color)[source] Set the color of the line. Parameters colorcolor
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticks#mpl_toolkits.axisartist.axis_artist.Ticks.set_color
set_locs_angles(locs_angles)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticks#mpl_toolkits.axisartist.axis_artist.Ticks.set_locs_angles
set_tick_out(b)[source] Set whether ticks are drawn inside or outside the axes.
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticks#mpl_toolkits.axisartist.axis_artist.Ticks.set_tick_out
set_ticksize(ticksize)[source] Set length of the ticks in points.
matplotlib._as_gen.mpl_toolkits.axisartist.axis_artist.ticks#mpl_toolkits.axisartist.axis_artist.Ticks.set_ticksize
mpl_toolkits.axisartist.axisline_style Classes AxislineStyle(stylename, **kw) A container class which defines style classes for AxisArtists.
matplotlib._as_gen.mpl_toolkits.axisartist.axisline_style
mpl_toolkits.axisartist.axisline_style.AxislineStyle classmpl_toolkits.axisartist.axisline_style.AxislineStyle(stylename, **kw)[source] Bases: matplotlib.patches._Style A container class which defines style classes for AxisArtists. An instance of any axisline style class is an callable object, whose call signature ...
matplotlib._as_gen.mpl_toolkits.axisartist.axisline_style.axislinestyle
classFilledArrow(size=1)[source] Bases: mpl_toolkits.axisartist.axisline_style.AxislineStyle.SimpleArrow Parameters sizefloat Size of the arrow as a fraction of the ticklabel size. ArrowAxisClass[source] alias of mpl_toolkits.axisartist.axisline_style._FancyAxislineStyle.FilledArrow
matplotlib._as_gen.mpl_toolkits.axisartist.axisline_style.axislinestyle#mpl_toolkits.axisartist.axisline_style.AxislineStyle.FilledArrow
ArrowAxisClass[source] alias of mpl_toolkits.axisartist.axisline_style._FancyAxislineStyle.FilledArrow
matplotlib._as_gen.mpl_toolkits.axisartist.axisline_style.axislinestyle#mpl_toolkits.axisartist.axisline_style.AxislineStyle.FilledArrow.ArrowAxisClass
classSimpleArrow(size=1)[source] Bases: mpl_toolkits.axisartist.axisline_style.AxislineStyle._Base A simple arrow. Parameters sizefloat Size of the arrow as a fraction of the ticklabel size. ArrowAxisClass[source] alias of mpl_toolkits.axisartist.axisline_style._FancyAxislineStyle.SimpleArrow new_li...
matplotlib._as_gen.mpl_toolkits.axisartist.axisline_style.axislinestyle#mpl_toolkits.axisartist.axisline_style.AxislineStyle.SimpleArrow
ArrowAxisClass[source] alias of mpl_toolkits.axisartist.axisline_style._FancyAxislineStyle.SimpleArrow
matplotlib._as_gen.mpl_toolkits.axisartist.axisline_style.axislinestyle#mpl_toolkits.axisartist.axisline_style.AxislineStyle.SimpleArrow.ArrowAxisClass
new_line(axis_artist, transform)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axisline_style.axislinestyle#mpl_toolkits.axisartist.axisline_style.AxislineStyle.SimpleArrow.new_line
mpl_toolkits.axisartist.axislines Axislines includes modified implementation of the Axes class. The biggest difference is that the artists responsible for drawing the axis spine, ticks, ticklabels and axis labels are separated out from Matplotlib's Axis class. Originally, this change was motivated to support curvilinea...
matplotlib._as_gen.mpl_toolkits.axisartist.axislines
mpl_toolkits.axisartist.axislines.Axes classmpl_toolkits.axisartist.axislines.Axes(*args, grid_helper=None, **kwargs)[source] Bases: matplotlib.axes._axes.Axes Build an Axes in a figure. Parameters figFigure The Axes is built in the Figure fig. rect[left, bottom, width, height] The Axes is built in the re...
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axes
__call__(*args, **kwargs)[source] Call self as a function.
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axes#mpl_toolkits.axisartist.axislines.Axes.__call__
cla()[source] Clear the Axes.
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axes#mpl_toolkits.axisartist.axislines.Axes.cla
get_children()[source] Return a list of the child Artists of this Artist.
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axes#mpl_toolkits.axisartist.axislines.Axes.get_children
get_grid_helper()[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axes#mpl_toolkits.axisartist.axislines.Axes.get_grid_helper
grid(visible=None, which='major', axis='both', **kwargs)[source] Toggle the gridlines, and optionally set the properties of the lines.
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axes#mpl_toolkits.axisartist.axislines.Axes.grid
invalidate_grid_helper()[source] [Deprecated] Notes Deprecated since version 3.4:
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axes#mpl_toolkits.axisartist.axislines.Axes.invalidate_grid_helper
new_fixed_axis(loc, offset=None)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axes#mpl_toolkits.axisartist.axislines.Axes.new_fixed_axis
new_floating_axis(nth_coord, value, axis_direction='bottom')[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axes#mpl_toolkits.axisartist.axislines.Axes.new_floating_axis
new_gridlines(grid_helper=None)[source] Create and return a new GridlineCollection instance. which : "major" or "minor" axis : "both", "x" or "y"
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axes#mpl_toolkits.axisartist.axislines.Axes.new_gridlines
set(*, adjustable=<UNSET>, agg_filter=<UNSET>, alpha=<UNSET>, anchor=<UNSET>, animated=<UNSET>, aspect=<UNSET>, autoscale_on=<UNSET>, autoscalex_on=<UNSET>, autoscaley_on=<UNSET>, axes_locator=<UNSET>, axisbelow=<UNSET>, box_aspect=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, facecolor=<UNSET>, frame_...
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axes#mpl_toolkits.axisartist.axislines.Axes.set
toggle_axisline(b=None)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axes#mpl_toolkits.axisartist.axislines.Axes.toggle_axisline
mpl_toolkits.axisartist.axislines.AxesZero classmpl_toolkits.axisartist.axislines.AxesZero(*args, grid_helper=None, **kwargs)[source] Bases: mpl_toolkits.axisartist.axislines.Axes Build an Axes in a figure. Parameters figFigure The Axes is built in the Figure fig. rect[left, bottom, width, height] The Axe...
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axeszero
set(*, adjustable=<UNSET>, agg_filter=<UNSET>, alpha=<UNSET>, anchor=<UNSET>, animated=<UNSET>, aspect=<UNSET>, autoscale_on=<UNSET>, autoscalex_on=<UNSET>, autoscaley_on=<UNSET>, axes_locator=<UNSET>, axisbelow=<UNSET>, box_aspect=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, facecolor=<UNSET>, frame_...
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axeszero#mpl_toolkits.axisartist.axislines.AxesZero.set
mpl_toolkits.axisartist.axislines.AxisArtistHelper classmpl_toolkits.axisartist.axislines.AxisArtistHelper[source] Bases: object AxisArtistHelper should define following method with given APIs. Note that the first axes argument will be axes attribute of the caller artist.: # LINE (spinal line?) def get_line(self, ...
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelper
classFixed(loc, nth_coord=None)[source] Bases: mpl_toolkits.axisartist.axislines.AxisArtistHelper._Base Helper class for a fixed (in the axes coordinate) axis. nth_coord = along which coordinate value varies in 2D, nth_coord = 0 -> x axis, nth_coord = 1 -> y axis get_axislabel_pos_angle(axes)[source] Return the l...
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelper#mpl_toolkits.axisartist.axislines.AxisArtistHelper.Fixed
get_axislabel_pos_angle(axes)[source] Return the label reference position in transAxes. get_label_transform() returns a transform of (transAxes+offset)
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelper#mpl_toolkits.axisartist.axislines.AxisArtistHelper.Fixed.get_axislabel_pos_angle
get_axislabel_transform(axes)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelper#mpl_toolkits.axisartist.axislines.AxisArtistHelper.Fixed.get_axislabel_transform
get_line(axes)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelper#mpl_toolkits.axisartist.axislines.AxisArtistHelper.Fixed.get_line
get_line_transform(axes)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelper#mpl_toolkits.axisartist.axislines.AxisArtistHelper.Fixed.get_line_transform
get_nth_coord()[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelper#mpl_toolkits.axisartist.axislines.AxisArtistHelper.Fixed.get_nth_coord
get_tick_transform(axes)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelper#mpl_toolkits.axisartist.axislines.AxisArtistHelper.Fixed.get_tick_transform
classFloating(nth_coord, value)[source] Bases: mpl_toolkits.axisartist.axislines.AxisArtistHelper._Base get_line(axes)[source] get_nth_coord()[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelper#mpl_toolkits.axisartist.axislines.AxisArtistHelper.Floating
get_line(axes)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelper#mpl_toolkits.axisartist.axislines.AxisArtistHelper.Floating.get_line
get_nth_coord()[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelper#mpl_toolkits.axisartist.axislines.AxisArtistHelper.Floating.get_nth_coord
mpl_toolkits.axisartist.axislines.AxisArtistHelperRectlinear classmpl_toolkits.axisartist.axislines.AxisArtistHelperRectlinear[source] Bases: object classFixed(axes, loc, nth_coord=None)[source] Bases: mpl_toolkits.axisartist.axislines.AxisArtistHelper.Fixed nth_coord = along which coordinate value varies in 2D...
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelperrectlinear
classFixed(axes, loc, nth_coord=None)[source] Bases: mpl_toolkits.axisartist.axislines.AxisArtistHelper.Fixed nth_coord = along which coordinate value varies in 2D, nth_coord = 0 -> x axis, nth_coord = 1 -> y axis get_tick_iterators(axes)[source] tick_loc, tick_angle, tick_label
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelperrectlinear#mpl_toolkits.axisartist.axislines.AxisArtistHelperRectlinear.Fixed
get_tick_iterators(axes)[source] tick_loc, tick_angle, tick_label
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelperrectlinear#mpl_toolkits.axisartist.axislines.AxisArtistHelperRectlinear.Fixed.get_tick_iterators
classFloating(axes, nth_coord, passingthrough_point, axis_direction='bottom')[source] Bases: mpl_toolkits.axisartist.axislines.AxisArtistHelper.Floating get_axislabel_pos_angle(axes)[source] Return the label reference position in transAxes. get_label_transform() returns a transform of (transAxes+offset) get_a...
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelperrectlinear#mpl_toolkits.axisartist.axislines.AxisArtistHelperRectlinear.Floating
get_axislabel_pos_angle(axes)[source] Return the label reference position in transAxes. get_label_transform() returns a transform of (transAxes+offset)
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelperrectlinear#mpl_toolkits.axisartist.axislines.AxisArtistHelperRectlinear.Floating.get_axislabel_pos_angle
get_axislabel_transform(axes)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelperrectlinear#mpl_toolkits.axisartist.axislines.AxisArtistHelperRectlinear.Floating.get_axislabel_transform
get_line(axes)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelperrectlinear#mpl_toolkits.axisartist.axislines.AxisArtistHelperRectlinear.Floating.get_line
get_line_transform(axes)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelperrectlinear#mpl_toolkits.axisartist.axislines.AxisArtistHelperRectlinear.Floating.get_line_transform
get_tick_iterators(axes)[source] tick_loc, tick_angle, tick_label
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelperrectlinear#mpl_toolkits.axisartist.axislines.AxisArtistHelperRectlinear.Floating.get_tick_iterators
get_tick_transform(axes)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.axisartisthelperrectlinear#mpl_toolkits.axisartist.axislines.AxisArtistHelperRectlinear.Floating.get_tick_transform
mpl_toolkits.axisartist.axislines.GridHelperBase classmpl_toolkits.axisartist.axislines.GridHelperBase[source] Bases: object get_gridlines(which, axis)[source] Return list of grid lines as a list of paths (list of points). which : "major" or "minor" axis : "both", "x" or "y" invalidate()[source] [Deprecat...
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.gridhelperbase
get_gridlines(which, axis)[source] Return list of grid lines as a list of paths (list of points). which : "major" or "minor" axis : "both", "x" or "y"
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.gridhelperbase#mpl_toolkits.axisartist.axislines.GridHelperBase.get_gridlines
invalidate()[source] [Deprecated] Notes Deprecated since version 3.4:
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.gridhelperbase#mpl_toolkits.axisartist.axislines.GridHelperBase.invalidate
new_gridlines(ax)[source] Create and return a new GridlineCollection instance. which : "major" or "minor" axis : "both", "x" or "y"
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.gridhelperbase#mpl_toolkits.axisartist.axislines.GridHelperBase.new_gridlines
update_lim(axes)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.gridhelperbase#mpl_toolkits.axisartist.axislines.GridHelperBase.update_lim
valid()[source] [Deprecated] Notes Deprecated since version 3.4:
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.gridhelperbase#mpl_toolkits.axisartist.axislines.GridHelperBase.valid
mpl_toolkits.axisartist.axislines.GridHelperRectlinear classmpl_toolkits.axisartist.axislines.GridHelperRectlinear(axes)[source] Bases: mpl_toolkits.axisartist.axislines.GridHelperBase get_gridlines(which='major', axis='both')[source] Return list of gridline coordinates in data coordinates. which : "major" or "...
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.gridhelperrectlinear
get_gridlines(which='major', axis='both')[source] Return list of gridline coordinates in data coordinates. which : "major" or "minor" axis : "both", "x" or "y"
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.gridhelperrectlinear#mpl_toolkits.axisartist.axislines.GridHelperRectlinear.get_gridlines
new_fixed_axis(loc, nth_coord=None, axis_direction=None, offset=None, axes=None)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.gridhelperrectlinear#mpl_toolkits.axisartist.axislines.GridHelperRectlinear.new_fixed_axis
new_floating_axis(nth_coord, value, axis_direction='bottom', axes=None)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.axislines.gridhelperrectlinear#mpl_toolkits.axisartist.axislines.GridHelperRectlinear.new_floating_axis
mpl_toolkits.axisartist.clip_path Functions atan2(dy, dx) clip(xlines, ylines, x0[, clip, xdir, ydir]) clip_line_to_rect(xline, yline, bbox)
matplotlib._as_gen.mpl_toolkits.axisartist.clip_path
mpl_toolkits.axisartist.clip_path.atan2 mpl_toolkits.axisartist.clip_path.atan2(dy, dx)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.clip_path.atan2
mpl_toolkits.axisartist.clip_path.clip mpl_toolkits.axisartist.clip_path.clip(xlines, ylines, x0, clip='right', xdir=True, ydir=True)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.clip_path.clip
mpl_toolkits.axisartist.clip_path.clip_line_to_rect mpl_toolkits.axisartist.clip_path.clip_line_to_rect(xline, yline, bbox)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.clip_path.clip_line_to_rect
mpl_toolkits.axisartist.floating_axes An experimental support for curvilinear grid. Classes ExtremeFinderFixed(extremes) This subclass always returns the same bounding box. FixedAxisArtistHelper(grid_helper, side[, ...]) nth_coord = along which coordinate value varies. FloatingAxes alias of mpl_toolkits.axisarti...
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes
mpl_toolkits.axisartist.floating_axes.ExtremeFinderFixed classmpl_toolkits.axisartist.floating_axes.ExtremeFinderFixed(extremes)[source] Bases: mpl_toolkits.axisartist.grid_finder.ExtremeFinderSimple This subclass always returns the same bounding box. Parameters extremes(float, float, float, float) The boundi...
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes.extremefinderfixed
__call__(transform_xy, x1, y1, x2, y2)[source] Compute an approximation of the bounding box obtained by applying transform_xy to the box delimited by (x1, y1, x2, y2). The intended use is to have (x1, y1, x2, y2) in axes coordinates, and have transform_xy be the transform from axes coordinates to data coordinates; th...
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes.extremefinderfixed#mpl_toolkits.axisartist.floating_axes.ExtremeFinderFixed.__call__
mpl_toolkits.axisartist.floating_axes.FixedAxisArtistHelper classmpl_toolkits.axisartist.floating_axes.FixedAxisArtistHelper(grid_helper, side, nth_coord_ticks=None)[source] Bases: mpl_toolkits.axisartist.grid_helper_curvelinear.FloatingAxisArtistHelper nth_coord = along which coordinate value varies. nth_coord =...
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes.fixedaxisartisthelper
get_line(axes)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes.fixedaxisartisthelper#mpl_toolkits.axisartist.floating_axes.FixedAxisArtistHelper.get_line
get_tick_iterators(axes)[source] tick_loc, tick_angle, tick_label, (optionally) tick_label
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes.fixedaxisartisthelper#mpl_toolkits.axisartist.floating_axes.FixedAxisArtistHelper.get_tick_iterators
update_lim(axes)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes.fixedaxisartisthelper#mpl_toolkits.axisartist.floating_axes.FixedAxisArtistHelper.update_lim
mpl_toolkits.axisartist.floating_axes.FloatingAxes mpl_toolkits.axisartist.floating_axes.FloatingAxes[source] alias of mpl_toolkits.axisartist.floating_axes.FloatingAxesHostAxes
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes.floatingaxes
mpl_toolkits.axisartist.floating_axes.floatingaxes_class_factory mpl_toolkits.axisartist.floating_axes.floatingaxes_class_factory(axes_class)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes.floatingaxes_class_factory
mpl_toolkits.axisartist.floating_axes.FloatingAxesBase classmpl_toolkits.axisartist.floating_axes.FloatingAxesBase(*args, **kwargs)[source] Bases: object adjust_axes_lim()[source] cla()[source] Examples using mpl_toolkits.axisartist.floating_axes.FloatingAxesBase mpl_toolkits.axisartist.floating_axe...
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes.floatingaxesbase
adjust_axes_lim()[source]
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes.floatingaxesbase#mpl_toolkits.axisartist.floating_axes.FloatingAxesBase.adjust_axes_lim
cla()[source]
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes.floatingaxesbase#mpl_toolkits.axisartist.floating_axes.FloatingAxesBase.cla
mpl_toolkits.axisartist.floating_axes.FloatingAxisArtistHelper classmpl_toolkits.axisartist.floating_axes.FloatingAxisArtistHelper(grid_helper, nth_coord, value, axis_direction=None)[source] Bases: mpl_toolkits.axisartist.grid_helper_curvelinear.FloatingAxisArtistHelper nth_coord = along which coordinate value var...
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes.floatingaxisartisthelper
mpl_toolkits.axisartist.floating_axes.GridHelperCurveLinear classmpl_toolkits.axisartist.floating_axes.GridHelperCurveLinear(aux_trans, extremes, grid_locator1=None, grid_locator2=None, tick_formatter1=None, tick_formatter2=None)[source] Bases: mpl_toolkits.axisartist.grid_helper_curvelinear.GridHelperCurveLinear a...
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes.gridhelpercurvelinear
get_boundary()[source] [Deprecated] Return (N, 2) array of (x, y) coordinate of the boundary. Notes Deprecated since version 3.5.
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes.gridhelpercurvelinear#mpl_toolkits.axisartist.floating_axes.GridHelperCurveLinear.get_boundary
get_data_boundary(side)[source] Return v=0, nth=1.
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes.gridhelpercurvelinear#mpl_toolkits.axisartist.floating_axes.GridHelperCurveLinear.get_data_boundary
get_gridlines(which='major', axis='both')[source] Return list of grid lines as a list of paths (list of points). which : "major" or "minor" axis : "both", "x" or "y"
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes.gridhelpercurvelinear#mpl_toolkits.axisartist.floating_axes.GridHelperCurveLinear.get_gridlines
new_fixed_axis(loc, nth_coord=None, axis_direction=None, offset=None, axes=None)[source]
matplotlib._as_gen.mpl_toolkits.axisartist.floating_axes.gridhelpercurvelinear#mpl_toolkits.axisartist.floating_axes.GridHelperCurveLinear.new_fixed_axis
mpl_toolkits.axisartist.grid_finder Classes DictFormatter(format_dict[, formatter]) format_dict : dictionary for format strings to be used. ExtremeFinderSimple(nx, ny) A helper class to figure out the range of grid lines that need to be drawn. FixedLocator(locs) FormatterPrettyPrint([useMathText]) GridFind...
matplotlib._as_gen.mpl_toolkits.axisartist.grid_finder
mpl_toolkits.axisartist.grid_finder.DictFormatter classmpl_toolkits.axisartist.grid_finder.DictFormatter(format_dict, formatter=None)[source] Bases: object format_dict : dictionary for format strings to be used. formatter : fall-back formatter __call__(direction, factor, values)[source] factor is ignored if val...
matplotlib._as_gen.mpl_toolkits.axisartist.grid_finder.dictformatter
__call__(direction, factor, values)[source] factor is ignored if value is found in the dictionary
matplotlib._as_gen.mpl_toolkits.axisartist.grid_finder.dictformatter#mpl_toolkits.axisartist.grid_finder.DictFormatter.__call__
mpl_toolkits.axisartist.grid_finder.ExtremeFinderSimple classmpl_toolkits.axisartist.grid_finder.ExtremeFinderSimple(nx, ny)[source] Bases: object A helper class to figure out the range of grid lines that need to be drawn. Parameters nx, nyint The number of samples in each direction. __call__(transform_...
matplotlib._as_gen.mpl_toolkits.axisartist.grid_finder.extremefindersimple