News

Contribute to rougier/matplotlib-tutorial development by creating an account on GitHub. Skip to content. Navigation Menu ... When we call plot, matplotlib calls gca() to get the current axes and gca ...
While subplot positions the plots in a regular grid, axes allows free placement within the figure. Both can be useful depending on your intention. We've already worked with figures and subplots ...
Colormap and Contour Figures. Colormaps and contour figures are useful for plotting functions of two variables. In most of these functions we will use a colormap to encode one dimension of the data.