Welcome to tk_plot_utils’s documentation!¶
tk_plot_utils is an interface to Plotly (plotly.py), an interactive graphing library for Python. Plotly has many remarkable functionalities and is easy to use. However, I found some difficulties when using it. Plotly’s default layouts of plot might be too casual for some purposes. In addition, it is difficult to download plot images in SVG format. Solving these problems is the main goal of this interface package.
Prerequisites¶
Install¶
Conda.
conda install -c irista56 tk_plot_utils
Clone and install.
git clone https://github.com/irisTa56/tk_plot_utils.git
cd tk_plot_utils
python setup.py install
Download and install from this repository using pip.
pip install git+https://github.com/irisTa56/tk_plot_utils.git
Example Notebooks¶
Google Chrome is recommended.
Acknowledgement¶
This project would not be possible without the following great open-source projects.