pltshow

client for pltshow


License
MIT
Install
pip install pltshow==0.1.3

Documentation

pltshow-python

python sdk for pltshow

Example

import pandas as pd
import pltshow
plt = pltshow.Client('username', 'password')

df = pd.DataFrame(....)
plt.show('chart_name', df)

then open pltshow.com in browser, login and then your chart will be there