I am writing to express my concern regarding the handling of legends for contour plots in recent versions of matplotlib. While line plots (plot) allow direct assignment of legend labels via the label ...
Code corresponding to these notes about custom functions in Python can be found in the Plotting.ipynb Jupyter notebook in this repository. When a module (or submodule) is imported with the as keyword, ...
It is possible to set a logarithmic scale for one or both axes. This functionality is in fact only one application of a more general transformation system in Matplotlib. Each of the axes' scales are ...