Visualization with Matplotlib

graph1

Figure 4-2. PNG rendering of the basic plot

graph2

Figure 4-4. Subplots using the object-oriented interface

graph3

Figure 4-9. Controlling the color of plot elements

graph4

Figure 4-10. Example of various line styles

graph5

Figure 4-11. Controlling colors and styles with the shorthand syntax

graph6

Figure 4-20. Scatter plot example

graph7

Figure 4-21. Demonstration of point numbers

graph8

Figure 4-25. Changing size, color, and transparency in scatter points

graph9

Figure 4-26. Using point properties to encode features of the Iris data

graph10

Figure 4-27. An errorbar example

graph11

Figure 4-30. Visualizing three-dimensional data with contours

GO UP!