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.29.tar.gz
(1.9 MB
view details)
Built Distribution
File details
Details for the file easychart-0.1.29.tar.gz
.
File metadata
- Download URL: easychart-0.1.29.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 689cec41b61308834af533d3e3c96279fa3649b118d347057eee46c3b08f437c |
|
MD5 | 8509536dd4e09a0479a469c1a63d6730 |
|
BLAKE2b-256 | 062d305c132c2a000e30fa0f6b49cf51bfe3feb960e9bb46ff0918318ef981d8 |
File details
Details for the file easychart-0.1.29-py3-none-any.whl
.
File metadata
- Download URL: easychart-0.1.29-py3-none-any.whl
- Upload date:
- Size: 2.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc43a444b28547c12ca9b020999bc0f26f300310ede7bbfa13b1bfe1ab52bb3a |
|
MD5 | 082f549ecf24065df01f96f6fa091f6e |
|
BLAKE2b-256 | 8e3ee137094d660820178221acfd15ba247ab0ae0639c63d3cbfe9aafa77a39c |