prettyplotlib 介绍
prettyplotlib 是 Python 的 matplotlib
增强库,可轻松创建漂亮的各种图表。
`matplotlib` default `plot`  | `prettyplotlib` default `plot` [](https://github.com/olgabot/prettyplotlib/wiki/Examples- with-code#plot-lines-eg-time-series-with-a-legend%22) |
`matplotlib` default `fill_between`  | `prettyplotlib` default `fill_between` [](https://github.com/olgabot/prettyplotlib/wiki/Examples- with-code#fill_between-area-between-two-lines%22) |
`matplotlib` default `fill_betweenx`  | `prettyplotlib` default `fill_betweenx` [](https://github.com/olgabot/prettyplotlib/wiki/Examples- with-code#fill_betweenx-area-between-two-lines-fill-between-x- valueshttps://github.com/olgabot/prettyplotlib/wiki/Examples-with- code#fill_betweenx-area-between-two-lines-fill-between-x-values%22) |
`matplotlib` default `scatter`  | `prettyplotlib` default `scatter` [](https://github.com/olgabot/prettyplotlib/wiki/Examples- with-code#scatter-points) |
`matplotlib` default `bar`  | `prettyplotlib` default `bar` [](https://github.com/olgabot/prettyplotlib/wiki/Examples- with-code#bar) |
`matplotlib` default non-annotated `bar`  | `prettyplotlib` default annotated `bar` [](https://github.com/olgabot/prettyplotlib/wiki/Examples- with-code#bar-correctly-annotates-negative-values) |
`matplotlib` default `hist`  | `prettyplotlib` default `hist` [](https://github.com/olgabot/prettyplotlib/wiki/Examples- with-code#hist) |
`matplotlib` default `hist` with grid  | `prettyplotlib` default `hist` with grid [](https://github.com/olgabot/prettyplotlib/wiki/Examples- with-code#back-to-matplotlib-style-scatterplots) |
`matplotlib` default `Boxplot`  | `prettyplotlib` default `Boxplot` [](https://github.com/olgabot/prettyplotlib/wiki/Examples- with-code#Boxplot) |
`matplotlib` default `pcolormesh` positive and negative data  | `prettyplotlib` default `pcolormesh` positive and negative data [](https://github.com/olgabot/prettyplotlib/wiki/Examples- with-code#pcolormesh-heatmaps) |
`matplotlib` default `pcolormesh` positive data only  | `prettyplotlib` default `pcolormesh` positive data only [](https://github.com/olgabot/prettyplotlib/wiki/Examples- with-code#pcolormesh-positive-only-data) |
`matplotlib pcolormesh` negative-valued data with labels  | `prettyplotlib pcolormesh` negative-valued data with labels [](https://github.com/olgabot/prettyplotlib/wiki/Examples- with-code#pcolormesh-positive-only-data) |