Changelog history¶
ProPlot v1.0.0 (2020-##-##)¶
This will be published when some major refactoring tasks are completed. See GH#45, GH#46, and GH#50.
ProPlot v0.2.X (2019-12-02)¶
Bug fixes¶
Deprecated¶
Rename
axes_gridtosubplot_grid(@ac14e9dd).Remove the
nbsetuprc setting in favor of separateautosave,autoreload, andmatplotlibsettings for triggering the respective%magic commands. (@3a622887;nbsetupis still accepted but no longer documented).Rename the
formatrc setting in favor of theinlinefmtsetting (@3a622887;formatis still accepted but no longer documented).Rename
FlexibleGridSpecandFlexibleSubplotSpectoGridSpecandSubplotSpec(@3a622887; until GH#50 is merged it is impossible to use these manually, so this won’t bother anyone).
Internals¶
Rename
rcParamsCustomtorcParamsLong(this is inaccessible to the user).Organize the
rcdocumentation and the default.proplotrcfile.When calling
fig.canvas.print_figure()on a stale figure, callfig.canvas.draw()first. May be overkill forsavefigbut critical for correctly displaying already-drawn notebook figures.
Documentation¶
Make notebook examples PEP8 compliant. Much more readable now.