Changelog¶
0.4.0¶
legend:
- allow placing legend below plot (
legend_location=='below'
orlegend_location==11
) - fixes for figure grouping and multi-column plots
- allow placing legend below plot (
heatmap:
- font and font size fixes
themes:
- beautification of “white” theme
- allow switching of themes via keyword at the plot call
- allow overloading of default color list in theme file
other:
- fixed requirements so it will import after install in clean environment
- deal with iterticks warning from
matplotlib
versions >= 3.1 - added
save_data
keyword to dump a subset of the plotted data only from the originalpandas.DataFrame
- file extension bug fix
- filter improvements (allow “not in” list)
- added option to disable alphabetical sorting of data and plot based on the order in which data appears in the original
pandas.DataFrame