This is ongoing and constantly updated for new tips and tricks. While it is lightly organized, the main idea is as a dumping ground. As of 2019-12-06, all examples are developed and tested with Python ...
Matplotlib default colors used to be non colorblind friendly so we had to manually set colors on some examples, which makes them a bit ugly. The new defaults are now OK for colorblind people, so we ...
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 ...
What is Matplotlib? It’s the de facto standard for creating visualizations—charts, plots, graphs, even animations—with Python. Matplotlib is a comprehensive library for creating static, animated, and ...