Matplotlib: Difference between revisions

Content deleted Content added
m Examples: I liked it better up there
Line 45:
===Examples===
<gallery mode="packed">
File:Synchrotron Functions.svg|'''Line plot (2D or 3D)'''<br/>Displays data in line format showing trends over time<br/>(can be 2D or 3D)
File:Matplotlib histogram v.svg|'''Histogram'''<br/>Used to display the frequency of subsets in a dataset
File:Sparse data.png|'''Scatter plot (2D or 3D)'''<br/>Displays each component of the dataset as a single plotted point; shows relationships between points (can be 2D or 3D)
File:Matplotlib 3d v.svg|'''3D surface 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