Matplotlib: Difference between revisions

Content deleted Content added
Examples: Removed repetitive line plot section
Examples: adding descriptions
Line 45:
===Examples===
<gallery mode="packed">
File:Synchrotron Functions.svg|'''Line plot'''<br/>Displays data in line format showing trends over time
File:Matplotlib histogram v.svg|'''Histogram'''<br/>Used to display the frequency of subsets in a dataset
File:Sparse data.png|'''Scatter plot'''<br/>Displays each component of the dataset as a single plotted point; shows relationships between points
File:Matplotlib 3d v.svg|'''3D plot'''<br/>Represents the dataset in the X, Y, and Z plane.
File:Mpl example qbo.svg|'''Image plot'''<br/>Visualizes 2D arrays as an image
File:Mpl example Helmoltz coils.svg|'''Contour plot'''<br/>Graphs data connecting points of equal values giving a 3D effect
File:Logarithmic Spiral Pylab.svg|'''Polar plot'''<br/>Visualizing data in a circular plane
File:Mandelbrot set, plotted with Matplotlib.svg|'''Image plot'''
File:BOXPLOT.png|'''Box Plot'''<br/>Used to show the distribution of a data set. The median and outliers are highlighted