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.22.tar.gz
(1.9 MB
view details)
Built Distribution
File details
Details for the file easychart-0.1.22.tar.gz
.
File metadata
- Download URL: easychart-0.1.22.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 | 2b8ab15c6855149bb05b3a5e4c93bc18c36b7f98bf652805a6cfef9cd8aebad4 |
|
MD5 | 7ef9aa4ab17a995944231df558ce4e1a |
|
BLAKE2b-256 | 4ccb7362214f41751155049f107af4f7aa61036c8a3a02dabc343d339277bc6f |
File details
Details for the file easychart-0.1.22-py3-none-any.whl
.
File metadata
- Download URL: easychart-0.1.22-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 | 901e0efd9039a0b10e95ced303fb98bb3961882342284526bf739fb44407fc9a |
|
MD5 | a2e89b65a0603a70da0170d313b4bb28 |
|
BLAKE2b-256 | be12dc38b35e6d9706d7eeaf16f712d50c3614fb0f273eb6a2a1b3d326a9e097 |