Skip to content

shifwang/plotbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plotbook

Plotbook allows you to make beautiful plots in Jupyter notebook interactively via ipywidgets. It helps people make beautiful plots faster, especially those who routinely use packages such as matplotlib, plotly, and seaborn. Some highlights:

  1. Plot type inference: automatically infer the possible types of plot given the input data.
  2. Use widgets to do fine-tuning.

Installation

You can install via pip:

pip install plotbook

In order for widgets to work, make sure you also need to install the following jupyter extensions:

jupyter nbextension install jupyter-js-widgets plotlywidget

Check if the extensions are enabled:

jupyter nbextension list

Demos

Example images in the jupyter notebook:

Example1 Example2 Example3

About

Beautiful plot examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages