Calendar Plot made with Plotly
Project description
Calendar Heatmap with Plotly
Making it easier to visualize and costumize time relevant or time series data with plotly interaction.
New to the library? Read this Medium article.
This plot is a very similar to the contribuitions available on Github and Gitlab profile pages and to Calplot - which is a pyplot implementation of the calendar heatmap, thus it is not interactive right off the bat.
The first mention I could find of this plot being made with plotly was in this forum post and it got my attention as something that should be easily available to anyone.
Installation
pip install plotly-calplot
Examples
In this Medium article I covered lot's of usage methods for this library.
from plotly_calplot import calplot
fig = calplot(df, x="date", y="value")
fig.show()
# you can also adjust layout and your usual plotly stuff
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file plotly_calplot-0.1.20.tar.gz
.
File metadata
- Download URL: plotly_calplot-0.1.20.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db2ec8a0f256c237e99321f7a105d8f2628c97a3810b20e71aa49e5bff3956aa |
|
MD5 | 285701c19da2079d29aecf1f4ab5ef99 |
|
BLAKE2b-256 | 5a36b5c5c327e8c4fb5a692c81da3a204b437d32a142f8eecee3ac6999a038ae |
File details
Details for the file plotly_calplot-0.1.20-py3-none-any.whl
.
File metadata
- Download URL: plotly_calplot-0.1.20-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8febc4abd3043fc83e9d767da0806c47ea85de6850f8ac99d0f5b3dd7753069a |
|
MD5 | ace25d264291608f74bd401247824167 |
|
BLAKE2b-256 | 7ab09b4096aa1913d964083b20d3c6cb4a21a9474c0fbdf9fedc37d0014d76d1 |