A RetroSearch Logo

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

Search Query:

Showing content from https://proplot.readthedocs.io/en/latest/configuration.html below:

Website Navigation


Configuring proplot — ProPlot documentation

style

The default matplotlib stylesheet name. If None, a custom proplot style is used. If 'default', the default matplotlib style is used.

abc

If False then a-b-c labels are disabled. If True the default label style a is used. If string this indicates the style and must contain the character a or A, for example 'a.' or '(A)'.

abc.border

Whether to draw a white border around a-b-c labels when rc['abc.loc'] is inside the axes.

abc.borderwidth

Width of the white border around a-b-c labels.

abc.bbox

Whether to draw semi-transparent bounding boxes around a-b-c labels when rc['abc.loc'] is inside the axes.

abc.bboxcolor

a-b-c label bounding box color.

abc.bboxstyle

a-b-c label bounding box style.

abc.bboxalpha

a-b-c label bounding box opacity.

abc.bboxpad

Padding for the a-b-c label bounding box. By default this is scaled to make the box flush against the subplot edge. Interpreted by units. Numeric units are points.

abc.color

a-b-c label color.

abc.loc

a-b-c label position. For options see the location table.

abc.size

a-b-c label font size. Must be a relative font size or unit string interpreted by units. Numeric units are points.

abc.titlepad

Padding separating the title and a-b-c label when in the same location. Interpreted by units. Numeric units are points.

abc.weight

a-b-c label font weight.

autoformat

Whether to automatically apply labels from pandas.Series, pandas.DataFrame, and xarray.DataArray objects passed to plotting functions. See also rc.unitformat.

axes.alpha

Opacity of the background axes patch.

axes.inbounds

Whether to exclude out-of-bounds data when determining the default y (x) axis limits and the x (y) axis limits have been locked.

axes.margin

The fractional x and y axis margins when limits are unset.

borders

Toggles country border lines on and off.

borders.alpha

Opacity for country border lines.

borders.color

Line color for country border lines.

borders.linewidth

Line width for country border lines.

borders.zorder

Z-order for country border lines.

bottomlabel.color

Font color for column labels on the bottom of the figure.

bottomlabel.pad

Padding between axes content and column labels on the bottom of the figure. Interpreted by units. Numeric units are points.

bottomlabel.rotation

Rotation for column labels at the bottom of the figure. Must be ‘vertical’, ‘horizontal’, or a float indicating degrees.

bottomlabel.size

Font size for column labels on the bottom of the figure. Must be a relative font size or unit string interpreted by units. Numeric units are points.

bottomlabel.weight

Font weight for column labels on the bottom of the figure.

coast

Toggles coastline lines on and off.

coast.alpha

Opacity for coast lines

coast.color

Line color for coast lines.

coast.linewidth

Line width for coast lines.

coast.zorder

Z-order for coast lines.

colorbar.edgecolor

Color for the inset colorbar frame edge.

colorbar.extend

Length of rectangular or triangular “extensions” for panel colorbars. Interpreted by units. Numeric units are em-widths.

colorbar.fancybox

Whether to use a “fancy” round bounding box for inset colorbar frames.

colorbar.framealpha

Opacity for inset colorbar frames.

colorbar.facecolor

Color for the inset colorbar frame.

colorbar.frameon

Whether to draw a frame behind inset colorbars.

colorbar.grid

Whether to draw borders between each level of the colorbar.

colorbar.insetextend

Length of rectangular or triangular “extensions” for inset colorbars. Interpreted by units. Numeric units are em-widths.

colorbar.insetlength

Length of inset colorbars. Interpreted by units. Numeric units are em-widths.

colorbar.insetpad

Padding between axes edge and inset colorbars. Interpreted by units. Numeric units are em-widths.

colorbar.insetwidth

Width of inset colorbars. Interpreted by units. Numeric units are em-widths.

colorbar.length

Length of outer colorbars.

colorbar.loc

Inset colorbar location. For options see the location table.

colorbar.width

Width of outer colorbars. Interpreted by units. Numeric units are inches.

colorbar.rasterized

Whether to use rasterization for colorbar solids.

colorbar.shadow

Whether to add a shadow underneath inset colorbar frames.

cycle

Name of the color cycle assigned to rc['axes.prop_cycle'].

cmap

Alias for rc['cmap.sequential'] and rc['image.cmap'].

cmap.autodiverging

Whether to automatically apply a diverging colormap and normalizer based on the data.

cmap.qualitative

Default colormap for qualitative datasets.

cmap.cyclic

Default colormap for cyclic datasets.

cmap.discrete

If True, DiscreteNorm is used for every colormap plot. If False, it is never used. If None, it is used for all plot types except imshow, matshow, spy, hexbin, and hist2d.

cmap.diverging

Default colormap for diverging datasets.

cmap.inbounds

If True and the x and y axis limits are fixed, only in-bounds data is considered when determining the default colormap vmin and vmax.

cmap.levels

Default number of DiscreteNorm levels for plotting commands that use colormaps.

cmap.listedthresh

Native ListedColormaps with more colors than this are converted to ContinuousColormap rather than DiscreteColormap. This helps translate continuous colormaps from external projects.

cmap.lut

Number of colors in the colormap lookup table. Alias for rc['image.lut'].

cmap.robust

If True, the default colormap vmin and vmax are chosen using the 2nd to 98th percentiles rather than the minimum and maximum.

cmap.sequential

Default colormap for sequential datasets. Alias for rc['image.cmap'].

edgefix

Whether to fix issues with “white lines” appearing between patches in saved vector graphics and with vector graphic backends. Applies to colorbar levels and bar, area, pcolor, and contour plots.

font.name

Alias for rc['font.family'].

font.small

Alias for rc['font.smallsize'].

font.smallsize

Meta setting that changes the label-like sizes axes.labelsize, legend.fontsize, tick.labelsize, and grid.labelsize. Default is 'medium' (equivalent to rc['font.size']). Must be a relative font size or unit string interpreted by units. Numeric units are points.

font.large

Alias for rc['font.largesize'].

font.largesize

Meta setting that changes the title-like sizes abc.size, title.size, suptitle.size, leftlabel.size, rightlabel.size, etc. Default is 'med-large' (i.e. 1.1 times rc['font.size']). Must be a relative font size or unit string interpreted by units. Numeric units are points.

formatter.timerotation

Rotation for x axis datetime tick labels. Must be ‘vertical’, ‘horizontal’, or a float indicating degrees.

formatter.zerotrim

Whether to trim trailing decimal zeros on tick labels.

formatter.limits

Alias for rc['axes.formatter.limits'].

formatter.min_exponent

Alias for rc['axes.formatter.min_exponent'].

formatter.offset_threshold

Alias for rc['axes.formatter.offset_threshold'].

formatter.use_locale

Alias for rc['axes.formatter.use_locale'].

formatter.use_mathtext

Alias for rc['axes.formatter.use_mathtext'].

formatter.use_offset

Alias for rc['axes.formatter.useOffset'].

geo.backend

The backend used for GeoAxes. Must be either ‘cartopy’ or ‘basemap’.

geo.extent

If 'globe', the extent of cartopy GeoAxes is always global. If 'auto', the extent is automatically adjusted based on plotted content. Default is 'globe'.

geo.round

If True (the default), polar GeoAxes like 'npstere' and 'spstere' are bounded with circles rather than squares.

grid

Toggle major gridlines on and off.

grid.below

Alias for rc['axes.axisbelow']. If True, draw gridlines below everything. If True, draw them above everything. If 'line', draw them above patches but below lines and markers.

grid.checkoverlap

Whether to have cartopy automatically check for and remove overlapping GeoAxes gridline labels.

grid.dmslabels

Whether to use degrees-minutes-seconds rather than decimals for cartopy GeoAxes gridlines.

grid.geolabels

Whether to include the 'geo' spine in cartopy >= 0.20 when otherwise toggling left, right, bottom, or top GeoAxes gridline labels.

grid.inlinelabels

Whether to add inline labels for cartopy GeoAxes gridlines.

grid.labels

Whether to add outer labels for GeoAxes gridlines.

grid.labelcolor

Font color for GeoAxes gridline labels.

grid.labelpad

Padding between the map boundary and cartopy GeoAxes gridline labels. Interpreted by units. Numeric units are points.

grid.labelsize

Font size for GeoAxes gridline labels. Must be a relative font size or unit string interpreted by units. Numeric units are points.

grid.labelweight

Font weight for GeoAxes gridline labels.

grid.nsteps

Number of points used to draw cartopy GeoAxes gridlines.

grid.pad

Alias for rc['grid.labelpad'].

grid.rotatelabels

Whether to rotate cartopy GeoAxes gridline labels.

grid.style

Major gridline style. Alias for rc['grid.linestyle'].

grid.width

Major gridline width. Alias for rc['grid.linewidth'].

grid.widthratio

Ratio of minor gridline width to major gridline width.

gridminor

Toggle minor gridlines on and off.

gridminor.alpha

Minor gridline opacity.

gridminor.color

Minor gridline color.

gridminor.linestyle

Minor gridline style.

gridminor.linewidth

Minor gridline width.

gridminor.style

Minor gridline style. Alias for rc['gridminor.linestyle'].

gridminor.width

Minor gridline width. Alias for rc['gridminor.linewidth'].

inlineformat

The inline backend figure format. Valid formats include 'svg', 'pdf', 'retina', 'png', and jpeg.

innerborders

Toggles internal political border lines (e.g. states and provinces) on and off.

innerborders.alpha

Opacity for internal political border lines

innerborders.color

Line color for internal political border lines.

innerborders.linewidth

Line width for internal political border lines.

innerborders.zorder

Z-order for internal political border lines.

label.color

Alias for rc['axes.labelcolor'].

label.pad

Alias for rc['axes.labelpad']. Interpreted by units. Numeric units are points.

label.size

Alias for rc['axes.labelsize']. Must be a relative font size or unit string interpreted by units. Numeric units are points.

label.weight

Alias for rc['axes.labelweight'].

lakes

Toggles lake patches on and off.

lakes.alpha

Opacity for lake patches

lakes.color

Face color for lake patches.

lakes.zorder

Z-order for lake patches.

land

Toggles land patches on and off.

land.alpha

Opacity for land patches

land.color

Face color for land patches.

land.zorder

Z-order for land patches.

leftlabel.color

Font color for row labels on the left-hand side.

leftlabel.pad

Padding between axes content and row labels on the left-hand side. Interpreted by units. Numeric units are points.

leftlabel.rotation

Rotation for row labels on the left-hand side. Must be ‘vertical’, ‘horizontal’, or a float indicating degrees.

leftlabel.size

Font size for row labels on the left-hand side. Must be a relative font size or unit string interpreted by units. Numeric units are points.

leftlabel.weight

Font weight for row labels on the left-hand side.

margin

The fractional x and y axis data margins when limits are unset. Alias for rc['axes.margin'].

meta.edgecolor

Color of axis spines, tick marks, tick labels, and labels.

meta.color

Color of axis spines, tick marks, tick labels, and labels. Alias for rc['meta.edgecolor'].

meta.linewidth

Thickness of axis spines and major tick lines.

meta.width

Thickness of axis spines and major tick lines. Alias for rc['meta.linewidth'].

negcolor

Color for negative bars and shaded areas when using negpos=True. See also rc.poscolor.

poscolor

Color for positive bars and shaded areas when using negpos=True. See also rc.negcolor.

ocean

Toggles ocean patches on and off.

ocean.alpha

Opacity for ocean patches

ocean.color

Face color for ocean patches.

ocean.zorder

Z-order for ocean patches.

reso

Resolution for GeoAxes geographic features. Must be one of 'lo', 'med', 'hi', 'x-hi', or 'xx-hi'.

rightlabel.color

Font color for row labels on the right-hand side.

rightlabel.pad

Padding between axes content and row labels on the right-hand side. Interpreted by units. Numeric units are points.

rightlabel.rotation

Rotation for row labels on the right-hand side. Must be ‘vertical’, ‘horizontal’, or a float indicating degrees.

rightlabel.size

Font size for row labels on the right-hand side. Must be a relative font size or unit string interpreted by units. Numeric units are points.

rightlabel.weight

Font weight for row labels on the right-hand side.

rivers

Toggles river lines on and off.

rivers.alpha

Opacity for river lines.

rivers.color

Line color for river lines.

rivers.linewidth

Line width for river lines.

rivers.zorder

Z-order for river lines.

subplots.align

Whether to align axis labels during draw. See aligning labels.

subplots.equalspace

Whether to make the tight layout algorithm assign the same space for every row and the same space for every column.

subplots.groupspace

Whether to make the tight layout algorithm consider space between only adjacent subplot “groups” rather than every subplot in the row or column.

subplots.innerpad

Padding between adjacent subplots. Interpreted by units. Numeric units are em-widths.

subplots.outerpad

Padding around figure edge. Interpreted by units. Numeric units are em-widths.

subplots.panelpad

Padding between subplots and panels, and between stacked panels. Interpreted by units. Numeric units are em-widths.

subplots.panelwidth

Width of side panels. Interpreted by units. Numeric units are inches.

subplots.refwidth

Default width of the reference subplot. Interpreted by units. Numeric units are inches.

subplots.share

The axis sharing level, one of 0, 1, 2, or 3, or the more intuitive aliases False, 'labels', 'limits', or True. See Figure for details.

subplots.span

Toggles spanning axis labels. See subplots for details.

subplots.tight

Whether to auto-adjust the subplot spaces and figure margins.

suptitle.color

Figure title color.

suptitle.pad

Padding between axes content and the figure super title. Interpreted by units. Numeric units are points.

suptitle.size

Figure title font size. Must be a relative font size or unit string interpreted by units. Numeric units are points.

suptitle.weight

Figure title font weight.

tick.color

Major and minor tick color.

tick.dir

Major and minor tick direction. Must be one of 'out', 'in', or 'inout'.

tick.labelcolor

Axis tick label color.

tick.labelpad

Padding between ticks and tick labels. Interpreted by units. Numeric units are points.

tick.labelsize

Axis tick label font size. Must be a relative font size or unit string interpreted by units. Numeric units are points.

tick.labelweight

Axis tick label font weight.

tick.len

Length of major ticks in points.

tick.lenratio

Ratio of minor tickline length to major tickline length.

tick.linewidth

Major tickline width.

tick.minor

Toggles minor ticks on and off.

tick.pad

Alias for rc['tick.labelpad'].

tick.width

Major tickline width. Alias for rc['tick.linewidth'].

tick.widthratio

Ratio of minor tickline width to major tickline width.

title.above

Whether to move outer titles and a-b-c labels above panels, colorbars, or legends that are above the axes. If the string ‘panels’ then text is only redirected above axes panels. Otherwise should be boolean.

title.border

Whether to draw a white border around titles when rc['title.loc'] is inside the axes.

title.borderwidth

Width of the border around titles.

title.bbox

Whether to draw semi-transparent bounding boxes around titles when rc['title.loc'] is inside the axes.

title.bboxcolor

Axes title bounding box color.

title.bboxstyle

Axes title bounding box style.

title.bboxalpha

Axes title bounding box opacity.

title.bboxpad

Padding for the title bounding box. By default this is scaled to make the box flush against the axes edge. Interpreted by units. Numeric units are points.

title.color

Axes title color. Alias for rc['axes.titlecolor'].

title.loc

Title position. For options see the location table.

title.pad

Padding between the axes edge and the inner and outer titles and a-b-c labels. Alias for rc['axes.titlepad']. Interpreted by units. Numeric units are points.

title.size

Axes title font size. Alias for rc['axes.titlesize']. Must be a relative font size or unit string interpreted by units. Numeric units are points.

title.weight

Axes title font weight. Alias for rc['axes.titleweight'].

toplabel.color

Font color for column labels on the top of the figure.

toplabel.pad

Padding between axes content and column labels on the top of the figure. Interpreted by units. Numeric units are points.

toplabel.rotation

Rotation for column labels at the top of the figure. Must be ‘vertical’, ‘horizontal’, or a float indicating degrees.

toplabel.size

Font size for column labels on the top of the figure. Must be a relative font size or unit string interpreted by units. Numeric units are points.

toplabel.weight

Font weight for column labels on the top of the figure.

unitformat

The format string used to format pint.Quantity default unit labels using format(units, unitformat). See also rc.autoformat.


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