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.31.tar.gz
(1.9 MB
view details)
Built Distribution
File details
Details for the file easychart-0.1.31.tar.gz
.
File metadata
- Download URL: easychart-0.1.31.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a64646e6d10659eefe40fe5f190500cc0332d9b74d04e74c8ca573220a71f61b |
|
MD5 | 1c1926207601eadf20d9e8731e0b455d |
|
BLAKE2b-256 | 3d399fe7667fc3d7d25f1dd2ff00edf45d8fc7cbdc22a13a2a102302e3d46e8d |
File details
Details for the file easychart-0.1.31-py3-none-any.whl
.
File metadata
- Download URL: easychart-0.1.31-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.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9517bbb44afeb9ed8615dd8fb1c9efff1b005482040dc1d28826ecb2d8374c82 |
|
MD5 | c4ca4b3150a472c2d31ebf238635c142 |
|
BLAKE2b-256 | ff9390c2cf6b50da4da8aee443f776769c01ff53a585cb5549e4b9a94952a66d |