Highcharts meets python in your Jupyter notebook
Project description
easychart
highcharts meets python in your Jupyter notebook
Getting started
Installing easychart is easy with pip
pip install easychart
Open a new Jupyter notebook
import easychart
chart = easychart.new("column")
chart.title.text = "France Olympic medals",
chart.subtitle.text ="by year and by medal class"
chart.yAxis.title.text = "medals"
chart.categories = ["Gold","Silver","Bronze"]
chart.plot([7, 16, 18], name=2008)
chart.plot([11, 11, 13], name=2012)
chart
Documentation
Complete documentation is hosted on read the docs. Have a look at one of the 25+ example charts.
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
easychart-0.1.30.tar.gz
(1.9 MB
view details)
Built Distribution
File details
Details for the file easychart-0.1.30.tar.gz
.
File metadata
- Download URL: easychart-0.1.30.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c185ce8bfbb07511022374a1681a4d9cc71be04e7fe851ec8323ec93663b721 |
|
MD5 | e8d3e4770b11385dcec2b5473c949585 |
|
BLAKE2b-256 | 6529aacc31142e6f989cd896dac6699d57d8e5bca8d87ca86ccc26245ff9bce3 |
File details
Details for the file easychart-0.1.30-py3-none-any.whl
.
File metadata
- Download URL: easychart-0.1.30-py3-none-any.whl
- Upload date:
- Size: 2.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7feb666fd04846cb411aea24944fab92ce1dac024cac936e1cd770a0e2892e10 |
|
MD5 | cd8e229e9093df0a5a64f7a8eaf3d6f9 |
|
BLAKE2b-256 | 6f12e379bcaae71094395f3847e433cbc55eacc2ae456369aa9604c16f466731 |