Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 2.82 KB

CHANGES.rst

File metadata and controls

42 lines (27 loc) · 2.82 KB

Changelog

Package calplot is a fork of calmap 0.0.7-dev with the following changes and additions.

Todo

  • Added argument weekstart for function yearplot to specify the index representing the day of week of the first day in each week in the generated plot. Defaults to 0, which represents Monday.

Since version 0.1.7 (Mar 3, 2021):

  • Added argument tight_layout for function calplot to specify whether to use tight layout for the figure. Defaults to True.
  • Added argument monthlabeloffset for function yearplot to specify day offset for month labels to adjust the horizontal alignment of labels. Defaults to 15.
  • Added argument suptitle_kws for function calplot to specify arguments to Matplotlib suptitle call. Defaults to empty dict.
  • Changed argument colorbar default to None.
  • Changed argument dropzero default to None.

Since version 0.1.6 (Dec 24, 2020):

  • Added argument textformat for function yearplot to specify the text format string for grid cell text. Defaults to None.
  • Added argument textfiller for function yearplot to specify the fallback text for grid cell text. Defaults to empty string.
  • Added argument textcolor for function yearplot to specify the text color for grid cell text. Defaults to black.

Since version 0.1.5 (Dec 23, 2020):

  • Added argument edgecolor for function yearplot to specify color of seperation lines between months. Defaults to gray. Note that lines can be turned off by setting the argument to None without quotes.

Since version 0.1.3 (Aug 17, 2020):

  • Removed legacy code for compatibility to fix a FutureWarning in yearplot. Note that pandas>=1 is now required to install the package.

Since version 0.1.2 (Jan 15, 2020):

  • Added argument dropzero for function yearplot to specify whether to not fill a cell with a color for days with a zero value. Defaults to False.

Since version 0.1.1 (Jan 15, 2020):

  • Renamed function calendarplot to calplot.
  • Added argument colorbar for function calplot to display a colorbar to the right of the heatmap if more than one unique values in plot. Defaults to True.
  • Added argument figsize for function calplot. Defaults to a tighter layout automatically adjusted to fit the number of years in plot.
  • Added argument suptitle for function calplot. Defaults to None.
  • Changed default colormap cmap for function calplot to viridis.