Content deleted Content added
→Examples: adding descriptions |
|||
Line 49:
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 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'''<br/>Visualizes 2D arrays as an image
File:BOXPLOT.png|'''Box Plot'''<br/>Used to show the distribution of a data set. The median and outliers are highlighted
File:PIECHART.png|'''Pie Chart'''<br/>Useful for showing the proportions of each category involved
|