doc_content
stringlengths
1
386k
doc_id
stringlengths
5
188
tricontourf(*args, zdir='z', offset=None, data=None, **kwargs)[source] Create a 3D filled contour plot. Note This method currently produces incorrect output due to a longstanding bug in 3D PolyCollection rendering. Parameters X, Y, Zarray-like Input data. See tricontourf for acceptable data shapes. zdir{'x'...
matplotlib._as_gen.mpl_toolkits.mplot3d.axes3d.axes3d#mpl_toolkits.mplot3d.axes3d.Axes3D.tricontourf
tunit_cube(vals=None, M=None)[source]
matplotlib._as_gen.mpl_toolkits.mplot3d.axes3d.axes3d#mpl_toolkits.mplot3d.axes3d.Axes3D.tunit_cube
tunit_edges(vals=None, M=None)[source]
matplotlib._as_gen.mpl_toolkits.mplot3d.axes3d.axes3d#mpl_toolkits.mplot3d.axes3d.Axes3D.tunit_edges
unit_cube(vals=None)[source]
matplotlib._as_gen.mpl_toolkits.mplot3d.axes3d.axes3d#mpl_toolkits.mplot3d.axes3d.Axes3D.unit_cube
update_datalim(xys, **kwargs)[source] Extend the dataLim Bbox to include the given points. If no data is set currently, the Bbox will ignore its limits and set the bound to be the bounds of the xydata (xys). Otherwise, it will compute the bounds of the union of its current data and the data in xys. Parameters xys...
matplotlib._as_gen.mpl_toolkits.mplot3d.axes3d.axes3d#mpl_toolkits.mplot3d.axes3d.Axes3D.update_datalim
view_init(elev=None, azim=None, vertical_axis='z')[source] Set the elevation and azimuth of the axes in degrees (not radians). This can be used to rotate the axes programmatically. Parameters elevfloat, default: None The elevation angle in the vertical plane in degrees. If None then the initial value as specifi...
matplotlib._as_gen.mpl_toolkits.mplot3d.axes3d.axes3d#mpl_toolkits.mplot3d.axes3d.Axes3D.view_init
voxels([x, y, z, ]/, filled, facecolors=None, edgecolors=None, **kwargs)[source] Plot a set of filled voxels All voxels are plotted as 1x1x1 cubes on the axis, with filled[0, 0, 0] placed with its lower corner at the origin. Occluded faces are not plotted. Parameters filled3D np.array of bool A 3D array of valu...
matplotlib._as_gen.mpl_toolkits.mplot3d.axes3d.axes3d#mpl_toolkits.mplot3d.axes3d.Axes3D.voxels
zaxis_date(tz=None)[source] Set up axis ticks and labels to treat data along the zaxis as dates. Parameters tzstr or datetime.tzinfo, default: rcParams["timezone"] (default: 'UTC') The timezone used to create date labels. Notes This function is merely provided for completeness, but 3D axes do not support da...
matplotlib._as_gen.mpl_toolkits.mplot3d.axes3d.axes3d#mpl_toolkits.mplot3d.axes3d.Axes3D.zaxis_date
zaxis_inverted()[source] Returns True if the z-axis is inverted.
matplotlib._as_gen.mpl_toolkits.mplot3d.axes3d.axes3d#mpl_toolkits.mplot3d.axes3d.Axes3D.zaxis_inverted
mpl_toolkits.mplot3d.axis3d.Axis classmpl_toolkits.mplot3d.axis3d.Axis(adir, v_intervalx, d_intervalx, axes, *args, rotate_label=None, **kwargs)[source] Bases: matplotlib.axis.XAxis An Axis class for the 3D plots. Parameters axesmatplotlib.axes.Axes The Axes to which the created Axis belongs. pickradiusfloa...
matplotlib._as_gen.mpl_toolkits.mplot3d.axis3d.axis
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.mplot3d.axis3d.axis#mpl_toolkits.mplot3d.axis3d.Axis.draw
draw_pane(renderer)[source]
matplotlib._as_gen.mpl_toolkits.mplot3d.axis3d.axis#mpl_toolkits.mplot3d.axis3d.Axis.draw_pane
get_major_ticks(numticks=None)[source] Return the list of major Ticks.
matplotlib._as_gen.mpl_toolkits.mplot3d.axis3d.axis#mpl_toolkits.mplot3d.axis3d.Axis.get_major_ticks
get_minor_ticks(numticks=None)[source] Return the list of minor Ticks.
matplotlib._as_gen.mpl_toolkits.mplot3d.axis3d.axis#mpl_toolkits.mplot3d.axis3d.Axis.get_minor_ticks
get_rotate_label(text)[source]
matplotlib._as_gen.mpl_toolkits.mplot3d.axis3d.axis#mpl_toolkits.mplot3d.axis3d.Axis.get_rotate_label
get_tightbbox(renderer, *, for_layout_only=False)[source] Return a bounding box that encloses the axis. It only accounts tick labels, axis label, and offsetText. If for_layout_only is True, then the width of the label (if this is an x-axis) or the height of the label (if this is a y-axis) is collapsed to near zero. T...
matplotlib._as_gen.mpl_toolkits.mplot3d.axis3d.axis#mpl_toolkits.mplot3d.axis3d.Axis.get_tightbbox
init3d()[source]
matplotlib._as_gen.mpl_toolkits.mplot3d.axis3d.axis#mpl_toolkits.mplot3d.axis3d.Axis.init3d
set(*, agg_filter=<UNSET>, alpha=<UNSET>, animated=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, data_interval=<UNSET>, gid=<UNSET>, in_layout=<UNSET>, inverted=<UNSET>, label=<UNSET>, label_coords=<UNSET>, label_position=<UNSET>, label_text=<UNSET>, major_formatter=<UNSET>, major_locator=<UNSET>, mino...
matplotlib._as_gen.mpl_toolkits.mplot3d.axis3d.axis#mpl_toolkits.mplot3d.axis3d.Axis.set
set_pane_color(color)[source] Set pane color to a RGBA tuple.
matplotlib._as_gen.mpl_toolkits.mplot3d.axis3d.axis#mpl_toolkits.mplot3d.axis3d.Axis.set_pane_color
set_pane_pos(xys)[source]
matplotlib._as_gen.mpl_toolkits.mplot3d.axis3d.axis#mpl_toolkits.mplot3d.axis3d.Axis.set_pane_pos
set_rotate_label(val)[source] Whether to rotate the axis label: True, False or None. If set to None the label will be rotated if longer than 4 chars.
matplotlib._as_gen.mpl_toolkits.mplot3d.axis3d.axis#mpl_toolkits.mplot3d.axis3d.Axis.set_rotate_label
mpl_toolkits.mplot3d.proj3d.inv_transform mpl_toolkits.mplot3d.proj3d.inv_transform(xs, ys, zs, M)[source]
matplotlib._as_gen.mpl_toolkits.mplot3d.proj3d.inv_transform
mpl_toolkits.mplot3d.proj3d.persp_transformation mpl_toolkits.mplot3d.proj3d.persp_transformation(zfront, zback)[source]
matplotlib._as_gen.mpl_toolkits.mplot3d.proj3d.persp_transformation
mpl_toolkits.mplot3d.proj3d.proj_points mpl_toolkits.mplot3d.proj3d.proj_points(points, M)[source]
matplotlib._as_gen.mpl_toolkits.mplot3d.proj3d.proj_points
mpl_toolkits.mplot3d.proj3d.proj_trans_points mpl_toolkits.mplot3d.proj3d.proj_trans_points(points, M)[source]
matplotlib._as_gen.mpl_toolkits.mplot3d.proj3d.proj_trans_points
mpl_toolkits.mplot3d.proj3d.proj_transform mpl_toolkits.mplot3d.proj3d.proj_transform(xs, ys, zs, M)[source] Transform the points by the projection matrix
matplotlib._as_gen.mpl_toolkits.mplot3d.proj3d.proj_transform
mpl_toolkits.mplot3d.proj3d.proj_transform_clip mpl_toolkits.mplot3d.proj3d.proj_transform_clip(xs, ys, zs, M)[source] Transform the points by the projection matrix and return the clipping result returns txs, tys, tzs, tis
matplotlib._as_gen.mpl_toolkits.mplot3d.proj3d.proj_transform_clip
mpl_toolkits.mplot3d.proj3d.rot_x mpl_toolkits.mplot3d.proj3d.rot_x(V, alpha)[source]
matplotlib._as_gen.mpl_toolkits.mplot3d.proj3d.rot_x
mpl_toolkits.mplot3d.proj3d.transform mpl_toolkits.mplot3d.proj3d.transform(xs, ys, zs, M)[source] Transform the points by the projection matrix
matplotlib._as_gen.mpl_toolkits.mplot3d.proj3d.transform
mpl_toolkits.mplot3d.proj3d.view_transformation mpl_toolkits.mplot3d.proj3d.view_transformation(E, R, V)[source]
matplotlib._as_gen.mpl_toolkits.mplot3d.proj3d.view_transformation
mpl_toolkits.mplot3d.proj3d.world_transformation mpl_toolkits.mplot3d.proj3d.world_transformation(xmin, xmax, ymin, ymax, zmin, zmax, pb_aspect=None)[source] Produce a matrix that scales homogeneous coords in the specified ranges to [0, 1], or [0, pb_aspect[i]] if the plotbox aspect ratio is specified.
matplotlib._as_gen.mpl_toolkits.mplot3d.proj3d.world_transformation
matplotlib.offsetbox Container classes for Artists. OffsetBox The base of all container artists defined in this module. AnchoredOffsetbox, AnchoredText Anchor and align an arbitrary Artist or a text relative to the parent axes or a specific anchor point. DrawingArea A container with fixed widt...
matplotlib.offsetbox_api
classmatplotlib.offsetbox.AnchoredOffsetbox(loc, pad=0.4, borderpad=0.5, child=None, prop=None, frameon=True, bbox_to_anchor=None, bbox_transform=None, **kwargs)[source] Bases: matplotlib.offsetbox.OffsetBox An offset box placed according to location loc. AnchoredOffsetbox has a single child. When multiple children a...
matplotlib.offsetbox_api#matplotlib.offsetbox.AnchoredOffsetbox
codes={'center': 10, 'center left': 6, 'center right': 7, 'lower center': 8, 'lower left': 3, 'lower right': 4, 'right': 5, 'upper center': 9, 'upper left': 2, 'upper right': 1}
matplotlib.offsetbox_api#matplotlib.offsetbox.AnchoredOffsetbox.codes
draw(renderer)[source] Update the location of children if necessary and draw them to the given renderer.
matplotlib.offsetbox_api#matplotlib.offsetbox.AnchoredOffsetbox.draw
get_bbox_to_anchor()[source] Return the bbox that the box is anchored to.
matplotlib.offsetbox_api#matplotlib.offsetbox.AnchoredOffsetbox.get_bbox_to_anchor
get_child()[source] Return the child.
matplotlib.offsetbox_api#matplotlib.offsetbox.AnchoredOffsetbox.get_child
get_children()[source] Return the list of children.
matplotlib.offsetbox_api#matplotlib.offsetbox.AnchoredOffsetbox.get_children
get_extent(renderer)[source] Return the extent of the box as (width, height, x, y). This is the extent of the child plus the padding.
matplotlib.offsetbox_api#matplotlib.offsetbox.AnchoredOffsetbox.get_extent
get_window_extent(renderer)[source] Get the artist's bounding box in display space. The bounding box' width and height are nonnegative. Subclasses should override for inclusion in the bounding box "tight" calculation. Default is to return an empty bounding box at 0, 0. Be careful when using this function, the results...
matplotlib.offsetbox_api#matplotlib.offsetbox.AnchoredOffsetbox.get_window_extent
set(*, agg_filter=<UNSET>, alpha=<UNSET>, animated=<UNSET>, bbox_to_anchor=<UNSET>, child=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, gid=<UNSET>, height=<UNSET>, in_layout=<UNSET>, label=<UNSET>, offset=<UNSET>, path_effects=<UNSET>, picker=<UNSET>, rasterized=<UNSET>, sketch_params=<UNSET>, snap=<U...
matplotlib.offsetbox_api#matplotlib.offsetbox.AnchoredOffsetbox.set
set_bbox_to_anchor(bbox, transform=None)[source] Set the bbox that the box is anchored to. bbox can be a Bbox instance, a list of [left, bottom, width, height], or a list of [left, bottom] where the width and height will be assumed to be zero. The bbox will be transformed to display coordinate by the given transform.
matplotlib.offsetbox_api#matplotlib.offsetbox.AnchoredOffsetbox.set_bbox_to_anchor
set_child(child)[source] Set the child to be anchored.
matplotlib.offsetbox_api#matplotlib.offsetbox.AnchoredOffsetbox.set_child
update_frame(bbox, fontsize=None)[source]
matplotlib.offsetbox_api#matplotlib.offsetbox.AnchoredOffsetbox.update_frame
zorder=5
matplotlib.offsetbox_api#matplotlib.offsetbox.AnchoredOffsetbox.zorder
classmatplotlib.offsetbox.AnchoredText(s, loc, pad=0.4, borderpad=0.5, prop=None, **kwargs)[source] Bases: matplotlib.offsetbox.AnchoredOffsetbox AnchoredOffsetbox with Text. Parameters sstr Text. locstr Location code. See AnchoredOffsetbox. padfloat, default: 0.4 Padding around the text as fraction of ...
matplotlib.offsetbox_api#matplotlib.offsetbox.AnchoredText
set(*, agg_filter=<UNSET>, alpha=<UNSET>, animated=<UNSET>, bbox_to_anchor=<UNSET>, child=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, gid=<UNSET>, height=<UNSET>, in_layout=<UNSET>, label=<UNSET>, offset=<UNSET>, path_effects=<UNSET>, picker=<UNSET>, rasterized=<UNSET>, sketch_params=<UNSET>, snap=<U...
matplotlib.offsetbox_api#matplotlib.offsetbox.AnchoredText.set
classmatplotlib.offsetbox.AnnotationBbox(offsetbox, xy, xybox=None, xycoords='data', boxcoords=None, frameon=True, pad=0.4, annotation_clip=None, box_alignment=(0.5, 0.5), bboxprops=None, arrowprops=None, fontsize=None, **kwargs)[source] Bases: matplotlib.artist.Artist, matplotlib.text._AnnotationBase Container for a...
matplotlib.offsetbox_api#matplotlib.offsetbox.AnnotationBbox
contains(mouseevent)[source] Test whether the artist contains the mouse event. Parameters mouseeventmatplotlib.backend_bases.MouseEvent Returns containsbool Whether any values are within the radius. detailsdict An artist-specific dictionary of details of the event context, such as which points are con...
matplotlib.offsetbox_api#matplotlib.offsetbox.AnnotationBbox.contains
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.offsetbox_api#matplotlib.offsetbox.AnnotationBbox.draw
get_children()[source] Return a list of the child Artists of this Artist.
matplotlib.offsetbox_api#matplotlib.offsetbox.AnnotationBbox.get_children
get_fontsize()[source] Return the fontsize in points.
matplotlib.offsetbox_api#matplotlib.offsetbox.AnnotationBbox.get_fontsize
get_tightbbox(renderer)[source] Like Artist.get_window_extent, but includes any clipping. Parameters rendererRendererBase subclass renderer that will be used to draw the figures (i.e. fig.canvas.get_renderer()) Returns Bbox The enclosing bounding box (in figure pixel coordinates).
matplotlib.offsetbox_api#matplotlib.offsetbox.AnnotationBbox.get_tightbbox
get_window_extent(renderer)[source] Get the artist's bounding box in display space. The bounding box' width and height are nonnegative. Subclasses should override for inclusion in the bounding box "tight" calculation. Default is to return an empty bounding box at 0, 0. Be careful when using this function, the results...
matplotlib.offsetbox_api#matplotlib.offsetbox.AnnotationBbox.get_window_extent
set(*, agg_filter=<UNSET>, alpha=<UNSET>, animated=<UNSET>, annotation_clip=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, fontsize=<UNSET>, gid=<UNSET>, in_layout=<UNSET>, label=<UNSET>, path_effects=<UNSET>, picker=<UNSET>, rasterized=<UNSET>, sketch_params=<UNSET>, snap=<UNSET>, transform=<UNSET>, ur...
matplotlib.offsetbox_api#matplotlib.offsetbox.AnnotationBbox.set
set_figure(fig)[source] Set the Figure instance the artist belongs to. Parameters figFigure
matplotlib.offsetbox_api#matplotlib.offsetbox.AnnotationBbox.set_figure
set_fontsize(s=None)[source] Set the fontsize in points. If s is not given, reset to rcParams["legend.fontsize"] (default: 'medium').
matplotlib.offsetbox_api#matplotlib.offsetbox.AnnotationBbox.set_fontsize
update_positions(renderer)[source] Update the pixel positions of the annotated point and the text.
matplotlib.offsetbox_api#matplotlib.offsetbox.AnnotationBbox.update_positions
zorder=3
matplotlib.offsetbox_api#matplotlib.offsetbox.AnnotationBbox.zorder
classmatplotlib.offsetbox.AuxTransformBox(aux_transform)[source] Bases: matplotlib.offsetbox.OffsetBox Offset Box with the aux_transform. Its children will be transformed with the aux_transform first then will be offsetted. The absolute coordinate of the aux_transform is meaning as it will be automatically adjust so ...
matplotlib.offsetbox_api#matplotlib.offsetbox.AuxTransformBox
add_artist(a)[source] Add an Artist to the container box.
matplotlib.offsetbox_api#matplotlib.offsetbox.AuxTransformBox.add_artist
draw(renderer)[source] Update the location of children if necessary and draw them to the given renderer.
matplotlib.offsetbox_api#matplotlib.offsetbox.AuxTransformBox.draw
get_extent(renderer)[source] Return a tuple width, height, xdescent, ydescent of the box.
matplotlib.offsetbox_api#matplotlib.offsetbox.AuxTransformBox.get_extent
get_offset()[source] Return offset of the container.
matplotlib.offsetbox_api#matplotlib.offsetbox.AuxTransformBox.get_offset
get_transform()[source] Return the Transform applied to the children
matplotlib.offsetbox_api#matplotlib.offsetbox.AuxTransformBox.get_transform
get_window_extent(renderer)[source] Get the artist's bounding box in display space. The bounding box' width and height are nonnegative. Subclasses should override for inclusion in the bounding box "tight" calculation. Default is to return an empty bounding box at 0, 0. Be careful when using this function, the results...
matplotlib.offsetbox_api#matplotlib.offsetbox.AuxTransformBox.get_window_extent
set(*, agg_filter=<UNSET>, alpha=<UNSET>, animated=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, gid=<UNSET>, height=<UNSET>, in_layout=<UNSET>, label=<UNSET>, offset=<UNSET>, path_effects=<UNSET>, picker=<UNSET>, rasterized=<UNSET>, sketch_params=<UNSET>, snap=<UNSET>, transform=<UNSET>, url=<UNSET>, ...
matplotlib.offsetbox_api#matplotlib.offsetbox.AuxTransformBox.set
set_offset(xy)[source] Set the offset of the container. Parameters xy(float, float) The (x, y) coordinates of the offset in display units.
matplotlib.offsetbox_api#matplotlib.offsetbox.AuxTransformBox.set_offset
set_transform(t)[source] set_transform is ignored.
matplotlib.offsetbox_api#matplotlib.offsetbox.AuxTransformBox.set_transform
matplotlib.offsetbox.bbox_artist(*args, **kwargs)[source]
matplotlib.offsetbox_api#matplotlib.offsetbox.bbox_artist
classmatplotlib.offsetbox.DraggableAnnotation(annotation, use_blit=False)[source] Bases: matplotlib.offsetbox.DraggableBase save_offset()[source] update_offset(dx, dy)[source]
matplotlib.offsetbox_api#matplotlib.offsetbox.DraggableAnnotation
save_offset()[source]
matplotlib.offsetbox_api#matplotlib.offsetbox.DraggableAnnotation.save_offset
update_offset(dx, dy)[source]
matplotlib.offsetbox_api#matplotlib.offsetbox.DraggableAnnotation.update_offset
classmatplotlib.offsetbox.DraggableBase(ref_artist, use_blit=False)[source] Bases: object Helper base class for a draggable artist (legend, offsetbox). Derived classes must override the following methods: def save_offset(self): ''' Called when the object is picked for dragging; should save the reference p...
matplotlib.offsetbox_api#matplotlib.offsetbox.DraggableBase
disconnect()[source] Disconnect the callbacks.
matplotlib.offsetbox_api#matplotlib.offsetbox.DraggableBase.disconnect
finalize_offset()[source]
matplotlib.offsetbox_api#matplotlib.offsetbox.DraggableBase.finalize_offset
on_motion(evt)[source]
matplotlib.offsetbox_api#matplotlib.offsetbox.DraggableBase.on_motion
on_pick(evt)[source]
matplotlib.offsetbox_api#matplotlib.offsetbox.DraggableBase.on_pick
on_release(event)[source]
matplotlib.offsetbox_api#matplotlib.offsetbox.DraggableBase.on_release
save_offset()[source]
matplotlib.offsetbox_api#matplotlib.offsetbox.DraggableBase.save_offset
update_offset(dx, dy)[source]
matplotlib.offsetbox_api#matplotlib.offsetbox.DraggableBase.update_offset
classmatplotlib.offsetbox.DraggableOffsetBox(ref_artist, offsetbox, use_blit=False)[source] Bases: matplotlib.offsetbox.DraggableBase get_loc_in_canvas()[source] save_offset()[source] update_offset(dx, dy)[source]
matplotlib.offsetbox_api#matplotlib.offsetbox.DraggableOffsetBox
get_loc_in_canvas()[source]
matplotlib.offsetbox_api#matplotlib.offsetbox.DraggableOffsetBox.get_loc_in_canvas
save_offset()[source]
matplotlib.offsetbox_api#matplotlib.offsetbox.DraggableOffsetBox.save_offset
update_offset(dx, dy)[source]
matplotlib.offsetbox_api#matplotlib.offsetbox.DraggableOffsetBox.update_offset
classmatplotlib.offsetbox.DrawingArea(width, height, xdescent=0.0, ydescent=0.0, clip=False)[source] Bases: matplotlib.offsetbox.OffsetBox The DrawingArea can contain any Artist as a child. The DrawingArea has a fixed width and height. The position of children relative to the parent is fixed. The children can be clip...
matplotlib.offsetbox_api#matplotlib.offsetbox.DrawingArea
add_artist(a)[source] Add an Artist to the container box.
matplotlib.offsetbox_api#matplotlib.offsetbox.DrawingArea.add_artist
draw(renderer)[source] Update the location of children if necessary and draw them to the given renderer.
matplotlib.offsetbox_api#matplotlib.offsetbox.DrawingArea.draw
get_extent(renderer)[source] Return width, height, xdescent, ydescent of box.
matplotlib.offsetbox_api#matplotlib.offsetbox.DrawingArea.get_extent
get_offset()[source] Return offset of the container.
matplotlib.offsetbox_api#matplotlib.offsetbox.DrawingArea.get_offset
get_transform()[source] Return the Transform applied to the children.
matplotlib.offsetbox_api#matplotlib.offsetbox.DrawingArea.get_transform
get_window_extent(renderer)[source] Get the artist's bounding box in display space. The bounding box' width and height are nonnegative. Subclasses should override for inclusion in the bounding box "tight" calculation. Default is to return an empty bounding box at 0, 0. Be careful when using this function, the results...
matplotlib.offsetbox_api#matplotlib.offsetbox.DrawingArea.get_window_extent
set(*, agg_filter=<UNSET>, alpha=<UNSET>, animated=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, gid=<UNSET>, height=<UNSET>, in_layout=<UNSET>, label=<UNSET>, offset=<UNSET>, path_effects=<UNSET>, picker=<UNSET>, rasterized=<UNSET>, sketch_params=<UNSET>, snap=<UNSET>, transform=<UNSET>, url=<UNSET>, ...
matplotlib.offsetbox_api#matplotlib.offsetbox.DrawingArea.set
set_offset(xy)[source] Set the offset of the container. Parameters xy(float, float) The (x, y) coordinates of the offset in display units.
matplotlib.offsetbox_api#matplotlib.offsetbox.DrawingArea.set_offset
set_transform(t)[source] set_transform is ignored.
matplotlib.offsetbox_api#matplotlib.offsetbox.DrawingArea.set_transform
classmatplotlib.offsetbox.HPacker(pad=None, sep=None, width=None, height=None, align='baseline', mode='fixed', children=None)[source] Bases: matplotlib.offsetbox.PackerBase HPacker packs its children horizontally, automatically adjusting their relative positions at draw time. Parameters padfloat, optional The b...
matplotlib.offsetbox_api#matplotlib.offsetbox.HPacker
get_extent_offsets(renderer)[source] Update offset of the children and return the extent of the box. Parameters rendererRendererBase subclass Returns width height xdescent ydescent list of (xoffset, yoffset) pairs
matplotlib.offsetbox_api#matplotlib.offsetbox.HPacker.get_extent_offsets
set(*, agg_filter=<UNSET>, alpha=<UNSET>, animated=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, gid=<UNSET>, height=<UNSET>, in_layout=<UNSET>, label=<UNSET>, offset=<UNSET>, path_effects=<UNSET>, picker=<UNSET>, rasterized=<UNSET>, sketch_params=<UNSET>, snap=<UNSET>, transform=<UNSET>, url=<UNSET>, ...
matplotlib.offsetbox_api#matplotlib.offsetbox.HPacker.set
classmatplotlib.offsetbox.OffsetBox(*args, **kwargs)[source] Bases: matplotlib.artist.Artist The OffsetBox is a simple container artist. The child artists are meant to be drawn at a relative position to its parent. Being an artist itself, all parameters are passed on to Artist. propertyaxes The Axes instance the ...
matplotlib.offsetbox_api#matplotlib.offsetbox.OffsetBox
contains(mouseevent)[source] Delegate the mouse event contains-check to the children. As a container, the OffsetBox does not respond itself to mouseevents. Parameters mouseeventmatplotlib.backend_bases.MouseEvent Returns containsbool Whether any values are within the radius. detailsdict An artist-spec...
matplotlib.offsetbox_api#matplotlib.offsetbox.OffsetBox.contains