A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.axvline.html below:

matplotlib.pyplot.axvline — Matplotlib 3.10.5 documentation

matplotlib.pyplot.axvline#
matplotlib.pyplot.axvline(x=0, ymin=0, ymax=1, **kwargs)[source]#

Add a vertical line spanning the whole or fraction of the Axes.

Note: If you want to set y-limits in data coordinates, use vlines instead.

Parameters:
xfloat, default: 0

x position in data coordinates.

yminfloat, default: 0

The start y-position in axes coordinates. Should be between 0 and 1, 0 being the bottom of the plot, 1 the top of the plot.

ymaxfloat, default: 1

The end y-position in axes coordinates. Should be between 0 and 1, 0 being the bottom of the plot, 1 the top of the plot.

Returns:
Line2D

A Line2D specified via two points (x, ymin), (x, ymax). Its transform is set such that x is in data coordinates and y is in axes coordinates.

This is still a generic line and the vertical character is only realized through using identical x values for both points. Thus, if you want to change the x value later, you have to provide two values line.set_xdata([3, 3]).

Other Parameters:
**kwargs

Valid keyword arguments are Line2D properties, except for 'transform':

See also

vlines

Add vertical lines in data coordinates.

axvspan

Add a vertical span (rectangle) across the axis.

axline

Add a line with an arbitrary slope.

Notes

Examples

Examples using matplotlib.pyplot.axvline#

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