Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
c56b2f1253
commit
9d4689834c
1 changed files with 60 additions and 60 deletions
|
@ -44,21 +44,21 @@ more [Basic](https://matplotlib.org/stable/api/pyplot_summary.html#basic)
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|---|---|
|
|---|---|
|
||||||
|[plot]()|Plot y versus x as lines and/or markers.|
|
|[plot](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.plot.html#matplotlib.pyplot.plot)|Plot y versus x as lines and/or markers.|
|
||||||
|[errorbar]()|Plot y versus x as lines and/or markers with attached errorbars.|
|
|[errorbar](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.errorbar.html#matplotlib.pyplot.errorbar)|Plot y versus x as lines and/or markers with attached errorbars.|
|
||||||
|[scatter]()|A scatter plot of y vs.|
|
|[scatter](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.scatter.html#matplotlib.pyplot.scatter)|A scatter plot of y vs.|
|
||||||
|[step]()|Make a step plot.|
|
|[step](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.step.html#matplotlib.pyplot.step)|Make a step plot.|
|
||||||
|[loglog]()|Make a plot with log scaling on both the x- and y-axis.|
|
|[loglog](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.loglog.html#matplotlib.pyplot.loglog)|Make a plot with log scaling on both the x- and y-axis.|
|
||||||
|[semilogx]()|Make a plot with log scaling on the x-axis.|
|
|[semilogx](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.semilogx.html#matplotlib.pyplot.semilogx)|Make a plot with log scaling on the x-axis.|
|
||||||
|[semilogy]()|Make a plot with log scaling on the y-axis.|
|
|[semilogy](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.semilogy.html#matplotlib.pyplot.semilogy)|Make a plot with log scaling on the y-axis.|
|
||||||
|[bar]()|Make a bar plot.|
|
|[bar](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.bar.html#matplotlib.pyplot.bar)|Make a bar plot.|
|
||||||
|[barh]()|Make a horizontal bar plot.|
|
|[barh](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.barh.html#matplotlib.pyplot.barh)|Make a horizontal bar plot.|
|
||||||
|[bar_label]()|Label a bar plot.|
|
|[bar_label](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.bar_label.html#matplotlib.pyplot.bar_label)|Label a bar plot.|
|
||||||
|[pie]()|Plot a pie chart.|
|
|[pie](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.pie.html#matplotlib.pyplot.pie)|Plot a pie chart.|
|
||||||
|[vlines]()|Plot vertical lines at each x from ymin to ymax.|
|
|[vlines](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.vlines.html#matplotlib.pyplot.vlines)|Plot vertical lines at each x from ymin to ymax.|
|
||||||
|[hlines]()|Plot horizontal lines at each y from xmin to xmax.|
|
|[hlines](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.hlines.html#matplotlib.pyplot.hlines)|Plot horizontal lines at each y from xmin to xmax.|
|
||||||
|[fill]()|Plot filled polygons.|
|
|[fill](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.fill.html#matplotlib.pyplot.fill)|Plot filled polygons.|
|
||||||
|[polar]()|Make a polar plot.|
|
|[polar](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.polar.html#matplotlib.pyplot.polar)|Make a polar plot.|
|
||||||
|
|
||||||
## [Spans](https://matplotlib.org/stable/api/pyplot_summary.html#spans)
|
## [Spans](https://matplotlib.org/stable/api/pyplot_summary.html#spans)
|
||||||
[Spans](https://matplotlib.org/stable/api/pyplot_summary.html#spans)
|
[Spans](https://matplotlib.org/stable/api/pyplot_summary.html#spans)
|
||||||
|
@ -73,16 +73,16 @@ more [Binned](https://matplotlib.org/stable/api/pyplot_summary.html#spectral)
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|---|---|
|
|---|---|
|
||||||
|[hist]()|Compute and plot a histogram.|
|
|[hist](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.hist.html#matplotlib.pyplot.hist)|Compute and plot a histogram.|
|
||||||
|[hist2d]()|Make a 2D histogram plot.|
|
|[hist2d](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.hist2d.html#matplotlib.pyplot.hist2d)|Make a 2D histogram plot.|
|
||||||
|
|
||||||
## [Contours](https://matplotlib.org/stable/api/pyplot_summary.html#contours)
|
## [Contours](https://matplotlib.org/stable/api/pyplot_summary.html#contours)
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|---|---|
|
|---|---|
|
||||||
|[clabel]()|Label a contour plot.|
|
|[clabel](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.clabel.html#matplotlib.pyplot.clabel)|Label a contour plot.|
|
||||||
|[contour]()|Plot contour lines.|
|
|[contour](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.contour.html#matplotlib.pyplot.contour)|Plot contour lines.|
|
||||||
|[contourf]()|Plot filled contours.|
|
|[contourf](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.contourf.html#matplotlib.pyplot.contourf)|Plot filled contours.|
|
||||||
|
|
||||||
## [2D arrays](https://matplotlib.org/stable/api/pyplot_summary.html#d-arrays)
|
## [2D arrays](https://matplotlib.org/stable/api/pyplot_summary.html#d-arrays)
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@ more [2D arrays](https://matplotlib.org/stable/api/pyplot_summary.html#d-arrays)
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|---|---|
|
|---|---|
|
||||||
|[imshow]()|Display data as an image, i.e., on a 2D regular raster.|
|
|[imshow](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.imshow.html#matplotlib.pyplot.imshow)|Display data as an image, i.e., on a 2D regular raster.|
|
||||||
|
|
||||||
## [Unstructured triangles](https://matplotlib.org/stable/api/pyplot_summary.html#unstructured-triangles)
|
## [Unstructured triangles](https://matplotlib.org/stable/api/pyplot_summary.html#unstructured-triangles)
|
||||||
[Unstructured triangles](https://matplotlib.org/stable/api/pyplot_summary.html#unstructured-triangles)
|
[Unstructured triangles](https://matplotlib.org/stable/api/pyplot_summary.html#unstructured-triangles)
|
||||||
|
@ -99,13 +99,13 @@ more [2D arrays](https://matplotlib.org/stable/api/pyplot_summary.html#d-arrays)
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|---|---|
|
|---|---|
|
||||||
|[annotate]()|Annotate the point xy with text text.|
|
|[annotate](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.annotate.html#matplotlib.pyplot.annotate)|Annotate the point xy with text text.|
|
||||||
|[text]()|Add text to the Axes.|
|
|[text](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.text.html#matplotlib.pyplot.text)|Add text to the Axes.|
|
||||||
|[figtext]()|Add text to figure.|
|
|[figtext](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.figtext.html#matplotlib.pyplot.figtext)|Add text to figure.|
|
||||||
|[table]()|Add a table to an Axes.|
|
|[table](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.table.html#matplotlib.pyplot.table)|Add a table to an Axes.|
|
||||||
|[arrow]()|Add an arrow to the Axes.|
|
|[arrow](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.arrow.html#matplotlib.pyplot.arrow)|Add an arrow to the Axes.|
|
||||||
|[figlegend]()|Place a legend on the figure.|
|
|[figlegend](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.figlegend.html#matplotlib.pyplot.figlegend)|Place a legend on the figure.|
|
||||||
|[legend]()|Place a legend on the Axes.|
|
|[legend](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.legend.html#matplotlib.pyplot.legend)|Place a legend on the Axes.|
|
||||||
|
|
||||||
## [Vector fields](https://matplotlib.org/stable/api/pyplot_summary.html#vector-fields)
|
## [Vector fields](https://matplotlib.org/stable/api/pyplot_summary.html#vector-fields)
|
||||||
[Vector fields](https://matplotlib.org/stable/api/pyplot_summary.html#vector-fields)
|
[Vector fields](https://matplotlib.org/stable/api/pyplot_summary.html#vector-fields)
|
||||||
|
@ -114,26 +114,26 @@ more [2D arrays](https://matplotlib.org/stable/api/pyplot_summary.html#d-arrays)
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|---|---|
|
|---|---|
|
||||||
|[autoscale]()|Autoscale the axis view to the data (toggle).|
|
|[autoscale](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.autoscale.html#matplotlib.pyplot.autoscale)|Autoscale the axis view to the data (toggle).|
|
||||||
|[axis]()|Convenience method to get or set some axis properties.|
|
|[axis](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.axis.html#matplotlib.pyplot.axis)|Convenience method to get or set some axis properties.|
|
||||||
|[box]()|Turn the axes box on or off on the current axes.|
|
|[box](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.box.html#matplotlib.pyplot.box)|Turn the axes box on or off on the current axes.|
|
||||||
|[grid]()|Configure the grid lines.|
|
|[grid](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.grid.html#matplotlib.pyplot.grid)|Configure the grid lines.|
|
||||||
|[locator_params]()|Control behavior of major tick locators.|
|
|[locator_params](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.locator_params.html#matplotlib.pyplot.locator_params)|Control behavior of major tick locators.|
|
||||||
|[minorticks_off]()|Remove minor ticks from the Axes.|
|
|[minorticks_off](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.minorticks_off.html#matplotlib.pyplot.minorticks_off)|Remove minor ticks from the Axes.|
|
||||||
|[minorticks_on]()|Display minor ticks on the Axes.|
|
|[minorticks_on](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.minorticks_on.html#matplotlib.pyplot.minorticks_on)|Display minor ticks on the Axes.|
|
||||||
|[rgrids]()|Get or set the radial gridlines on the current polar plot.|
|
|[rgrids](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.rgrids.html#matplotlib.pyplot.rgrids)|Get or set the radial gridlines on the current polar plot.|
|
||||||
|[thetagrids]()|Get or set the theta gridlines on the current polar plot.|
|
|[thetagrids](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.thetagrids.html#matplotlib.pyplot.thetagrids)|Get or set the theta gridlines on the current polar plot.|
|
||||||
|[tick_params]()|Change the appearance of ticks, tick labels, and gridlines.|
|
|[tick_params](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.tick_params.html#matplotlib.pyplot.tick_params)|Change the appearance of ticks, tick labels, and gridlines.|
|
||||||
|[ticklabel_format]()|Configure the ScalarFormatter used by default for linear Axes.|
|
|[ticklabel_format](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.ticklabel_format.html#matplotlib.pyplot.ticklabel_format)|Configure the ScalarFormatter used by default for linear Axes.|
|
||||||
|[xlabel]()|Set the label for the x-axis.|
|
|[xlabel](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.xlabel.html#matplotlib.pyplot.xlabel)|Set the label for the x-axis.|
|
||||||
|[xlim]()|Get or set the x limits of the current axes.|
|
|[xlim](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.xlim.html#matplotlib.pyplot.xlim)|Get or set the x limits of the current axes.|
|
||||||
|[xscale]()|Set the xaxis' scale.|
|
|[xscale](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.xscale.html#matplotlib.pyplot.xscale)|Set the xaxis' scale.|
|
||||||
|[xticks]()|Get or set the current tick locations and labels of the x-axis.|
|
|[xticks](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.xticks.html#matplotlib.pyplot.xticks)|Get or set the current tick locations and labels of the x-axis.|
|
||||||
|[ylabel]()|Set the label for the y-axis.|
|
|[ylabel](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.ylabel.html#matplotlib.pyplot.ylabel)|Set the label for the y-axis.|
|
||||||
|[ylim]()|Get or set the y-limits of the current axes.|
|
|[ylim](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.ylim.html#matplotlib.pyplot.ylim)|Get or set the y-limits of the current axes.|
|
||||||
|[yscale]()|Set the yaxis' scale.|
|
|[yscale](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.yscale.html#matplotlib.pyplot.yscale)|Set the yaxis' scale.|
|
||||||
|[yticks]()|Get or set the current tick locations and labels of the y-axis.|
|
|[yticks](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.yticks.html#matplotlib.pyplot.yticks)|Get or set the current tick locations and labels of the y-axis.|
|
||||||
|[title]()|Set a title for the Axes.|
|
|[title](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.title.html#matplotlib.pyplot.title)|Set a title for the Axes.|
|
||||||
|
|
||||||
## [Layout](https://matplotlib.org/stable/api/pyplot_summary.html#layout)
|
## [Layout](https://matplotlib.org/stable/api/pyplot_summary.html#layout)
|
||||||
|
|
||||||
|
@ -141,9 +141,9 @@ more [Layout](https://matplotlib.org/stable/api/pyplot_summary.html#layout)
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|---|---|
|
|---|---|
|
||||||
|[margins]()|Set or retrieve autoscaling margins.|
|
|[margins](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.margins.html#matplotlib.pyplot.margins)|Set or retrieve autoscaling margins.|
|
||||||
|[subplots_adjust]()|Adjust the subplot layout parameters.|
|
|[subplots_adjust](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.subplots_adjust.html#matplotlib.pyplot.subplots_adjust)|Adjust the subplot layout parameters.|
|
||||||
|[tight_layout]()|Adjust the padding between and around subplots.|
|
|[tight_layout](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.tight_layout.html#matplotlib.pyplot.tight_layout)|Adjust the padding between and around subplots.|
|
||||||
|
|
||||||
## [Colormapping](https://matplotlib.org/stable/api/pyplot_summary.html#colormapping)
|
## [Colormapping](https://matplotlib.org/stable/api/pyplot_summary.html#colormapping)
|
||||||
|
|
||||||
|
@ -165,8 +165,8 @@ more [Configuration](https://matplotlib.org/stable/api/pyplot_summary.html#confi
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|---|---|
|
|---|---|
|
||||||
|[rc]()|Set the current rcParams. group is the grouping for the rc, e.g., for lines.linewidth the group is lines, for axes.facecolor, the group is axes, and so on. Group may also be a list or tuple of group names, e.g., (xtick, ytick). kwargs is a dictionary attribute name/value pairs, e.g.,::.|
|
|[rc](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.rc.html#matplotlib.pyplot.rc)|Set the current rcParams. group is the grouping for the rc, e.g., for lines.linewidth the group is lines, for axes.facecolor, the group is axes, and so on. Group may also be a list or tuple of group names, e.g., (xtick, ytick). kwargs is a dictionary attribute name/value pairs, e.g.,::.|
|
||||||
|[rcdefaults]()|Restore the rcParams from Matplotlib's internal default style.|
|
|[rcdefaults](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.rcdefaults.html#matplotlib.pyplot.rcdefaults)|Restore the rcParams from Matplotlib's internal default style.|
|
||||||
|
|
||||||
## [Output](https://matplotlib.org/stable/api/pyplot_summary.html#output)
|
## [Output](https://matplotlib.org/stable/api/pyplot_summary.html#output)
|
||||||
|
|
||||||
|
@ -174,12 +174,12 @@ more [Output](https://matplotlib.org/stable/api/pyplot_summary.html#output)
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|---|---|
|
|---|---|
|
||||||
|[draw]()|Redraw the current figure.|
|
|[draw](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.draw.html#matplotlib.pyplot.draw)|Redraw the current figure.|
|
||||||
|[ioff]()|Disable interactive mode.|
|
|[ioff](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.ioff.html#matplotlib.pyplot.ioff)|Disable interactive mode.|
|
||||||
|[ion]()|Enable interactive mode.|
|
|[ion](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.ion.html#matplotlib.pyplot.ion)|Enable interactive mode.|
|
||||||
|[pause]()|Run the GUI event loop for interval seconds.|
|
|[pause](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.pause.html#matplotlib.pyplot.pause)|Run the GUI event loop for interval seconds.|
|
||||||
|[savefig]()|Save the current figure.|
|
|[savefig](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.savefig.html#matplotlib.pyplot.savefig)|Save the current figure.|
|
||||||
|[show]()|Display all open figures.|
|
|[show](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show)|Display all open figures.|
|
||||||
|
|
||||||
## [Other](https://matplotlib.org/stable/api/pyplot_summary.html#other)
|
## [Other](https://matplotlib.org/stable/api/pyplot_summary.html#other)
|
||||||
|
|
||||||
|
@ -187,5 +187,5 @@ more [Other](https://matplotlib.org/stable/api/pyplot_summary.html#other)
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|---|---|
|
|---|---|
|
||||||
|[waitforbuttonpress]()|Blocking call to interact with the figure.|
|
|[waitforbuttonpress](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.waitforbuttonpress.html#matplotlib.pyplot.waitforbuttonpress)|Blocking call to interact with the figure.|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue