Shade nighttime of time-series
Project description
Shade nighttime dark on plots
Install
pip install timeshade
Usage
import timeshade; import pandas as pd
# create timeseries
idx = pd.date_range("2018-01-01", periods=100, freq="H")
ts = pd.Series(range(len(idx)), index=idx)
# shade
import timeshade
timeshade.shade(ts)
# plot
import matplotlib.pyplot as plt
plt.show()
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
timeshade-21.0.2.tar.gz
(2.9 kB
view details)
File details
Details for the file timeshade-21.0.2.tar.gz.
File metadata
- Download URL: timeshade-21.0.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
145c616e09345db7407916adefaa7e5f73b599bcb688e69e591fef3fc194aef9
|
|
| MD5 |
b71b7685654a451437c4563098463047
|
|
| BLAKE2b-256 |
2a028c201c89d2bc5a3d58cfa0f80876f399ae59b21e79d200022a33a0fda6f5
|