Miksus / timpy

Calendar plotting for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timpy

Time series plotting for Python


Example

import pandas as pd
import timpy as tplt

series = pd.Series([1,2,3,4], index=["2019-07-01", "2019-07-03", "2019-07-14", "2019-08-01"])
tplt.calendar(series)

Example

About

Calendar plotting for Python


Languages

Language:Python 100.0%