Showing content from https://matplotlib.org/devdocs/devel/../api/_as_gen/../_as_gen/matplotlib.patches.StepPatch.html below:
matplotlib.patches.StepPatch — Matplotlib 3.11.0.dev1079+g1663e9af1b documentation
matplotlib.patches.StepPatch#
-
class matplotlib.patches.StepPatch(values, edges, *, orientation='vertical', baseline=0, **kwargs)[source]#
-
Bases: PathPatch
A path patch describing a stepwise constant function.
By default, the path is not closed and starts and stops at baseline value.
-
Parameters:
-
-
valuesarray-like
-
The step heights.
-
edgesarray-like
-
The edge positions, with len(edges) == len(vals) + 1
, between which the curve takes on vals values.
-
orientation{'vertical', 'horizontal'}, default: 'vertical'
-
The direction of the steps. Vertical means that values are along the y-axis, and edges are along the x-axis.
-
baselinefloat, array-like or None, default: 0
-
The bottom value of the bounding edges or when fill=True
, position of lower edge. If fill is True or an array is passed to baseline, a closed path is drawn.
-
**kwargs
-
Patch
properties:
-
get_data()[source]#
-
Get StepPatch
values, edges and baseline as namedtuple.
-
set(*, agg_filter=<UNSET>, alpha=<UNSET>, animated=<UNSET>, antialiased=<UNSET>, capstyle=<UNSET>, clip_box=<UNSET>, clip_on=<UNSET>, clip_path=<UNSET>, color=<UNSET>, data=<UNSET>, edgecolor=<UNSET>, facecolor=<UNSET>, fill=<UNSET>, gid=<UNSET>, hatch=<UNSET>, hatch_linewidth=<UNSET>, hatchcolor=<UNSET>, in_layout=<UNSET>, joinstyle=<UNSET>, label=<UNSET>, linestyle=<UNSET>, linewidth=<UNSET>, mouseover=<UNSET>, path=<UNSET>, path_effects=<UNSET>, picker=<UNSET>, rasterized=<UNSET>, sketch_params=<UNSET>, snap=<UNSET>, transform=<UNSET>, url=<UNSET>, visible=<UNSET>, zorder=<UNSET>)[source]#
-
Set multiple properties at once.
Supported properties are
-
set_data(values=None, edges=None, baseline=None)[source]#
-
Set StepPatch
values, edges and baseline.
-
Parameters:
-
-
values1D array-like or None
-
Will not update values, if passing None
-
edges1D array-like, optional
-
baselinefloat, 1D array-like or None
Examples using matplotlib.patches.StepPatch
#
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4