We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Changing the "matplotlib as mpl" to "matplotlib.pyplot as plt" and the code that uses the library too, since, previously, error reports as "AttributeError: 'module' object has no attribute 'subplots'"
adding notice about the returning values of pcolormesh (pcolormesh as well as the colorbar)
Access "set2" directly in the ppl.colors namespace.
changed bar nucleotide counts to prettyplotlib version
fixing fill_betweeb* links
trying to fix link to pcolormesh diverging center value
added pcolormesh center_value example
Added fill_between and fill_betweenx examples
Changed path of examples and broke everything...
Added numpy import to all examples that needed it, but didn't have it yet.
added more text to separate code blocks in pcolormesh
Added pcolormesh examples
added hist, boxplot, and started `pcolormesh` (heatmaps)
added figure saving to bar with arbitrary user annotation
Updated Examples with code (markdown)
added bar examples
Changed title from "Examples gallery" to "Examples with code"