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
updated image paths
fixed annotated bar example
added annotated bar
updated links to fill_Between*
Updated links, added fill_betweenx
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 pcolormesh negative with labels
Updated Home (markdown)
Updated scatter and pcolormesh: Motivating examples (markdown)
added pcolormesh examples
removed dollar signs because no mathjax on github :(
Updated Faq (markdown)
Created Faq (markdown)
removed backticks from title
added scatter example
typo: histogram -- > boxplot in # boxplot section
Changed motivating examples to both `scatter` and `pcolormesh`
added hist, barplots and pcolormesh