calmap
calmap copied to clipboard
Calendar heatmaps from Pandas time series data -- See https://github.com/MarvinT/calmap/ for the maintained version
| Note: See MarvinT/calmap <https://github.com/MarvinT/calmap/>
_ for the maintained version of the project. That is also the version that gets published to PyPI and it has received several fixes to issues.
Calendar heatmaps from Pandas time series data
Plot Pandas <http://pandas.pydata.org/>
_ time series data sampled by day in
a heatmap per calendar year, similar to GitHub's contributions plot, using
matplotlib <http://matplotlib.org/>
_.
.. image:: https://pythonhosted.org/calmap/_images/index-2.png :alt: Example calendar heatmap
Usage
See the documentation <https://pythonhosted.org/calmap>
_.
Installation
To install the latest release via PyPI using pip::
pip install calmap