A new untitled notebook with the .ipynbextension (stands for the IPython notebook) is displayed in the new tab of the browser.
matplotlib.pyplot is a collection of command style functions that make Matplotlib work like MATLAB. Each Pyplot function makes some change to a figure. For example, a function creates a figure, a plotting area in a figure, plots some lines in a plotting area, decorates the plot with labels, etc.
Types of Plots Sr.No Function & Description 1Bar
Make a bar plot.
2Barh
Make a horizontal bar plot.
3Boxplot
Make a box and whisker plot.
4Hist
Plot a histogram.
5hist2d
Make a 2D histogram plot.
6Pie
Plot a pie chart.
7Plot
Plot lines and/or markers to the Axes.
8Polar
Make a polar plot..
9Scatter
Make a scatter plot of x vs y.
10Stackplot
Draws a stacked area plot.
11Stem
Create a stem plot.
12Step
Make a step plot.
13Quiver
Plot a 2-D field of arrows.
Image Functions Sr.No Function & Description 1Imread
Read an image from a file into an array.
2Imsave
Save an array as in image file.
3Imshow
Display an image on the axes.
Axis Functions Sr.No Function & Description 1Axes
Add axes to the figure.
2Text
Add text to the axes.
3Title
Set a title of the current axes.
4Xlabel
Set the x axis label of the current axis.
5Xlim
Get or set the x limits of the current axes.
6Xscale
.
7Xticks
Get or set the x-limits of the current tick locations and labels.
8Ylabel
Set the y axis label of the current axis.
9Ylim
Get or set the y-limits of the current axes.
10Yscale
Set the scaling of the y-axis.
11Yticks
Get or set the y-limits of the current tick locations and labels.
Figure Functions Sr.No Function & Description 1Figtext
Add text to figure.
2Figure
Creates a new figure.
3Show
Display a figure.
4Savefig
Save the current figure.
5Close
Close a figure window.
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