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.24.tar.gz
(1.9 MB
view details)
Built Distribution
File details
Details for the file easychart-0.1.24.tar.gz
.
File metadata
- Download URL: easychart-0.1.24.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd2de4f19e2f60eefe640f088593552057f73ed6c2586442d5cf7e03a77e9fcc |
|
MD5 | 29f866994f00ddb5e0a131990e59ea81 |
|
BLAKE2b-256 | 50fd1974465ca35f49c1c6b7636bbf3ef6ddbff4cce44d6064f47826fdb31327 |
File details
Details for the file easychart-0.1.24-py3-none-any.whl
.
File metadata
- Download URL: easychart-0.1.24-py3-none-any.whl
- Upload date:
- Size: 2.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd7be22a2336fbfe4c723548a242d9932de5a09c46df30613b76748c03acaeb9 |
|
MD5 | e7d6931efc3f14202a3eeae25e8eb22e |
|
BLAKE2b-256 | c10a531ed23ab0fecb1c4fcfa1803484b9a9a4e32d887c58ab81087af450a215 |