Changelog

0.4.3

  • fix heatmap but when DataFrame column names are of type object but are actually int

0.4.2

  • handle change to pandas xlsx engine for >=v1.2

  • remove unintentional overload of input

0.4.1

  • update to ignore warnings with v3.3 of MPL

0.4.0

  • legend:

    • allow placing legend below plot (legend_location=='below' or legend_location==11)

    • fixes for figure grouping and multi-column plots

  • 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 original pandas.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