robdmc / pandashells

:panda_face: Bringing the python data stack to the shell prompt
Other
791 stars 26 forks source link

How to use p.plot without interactive visualizations #43

Closed aborruso closed 7 years ago

aborruso commented 8 years ago

Hi, I would like to run

p.example_data -d tips | p.plot -x total_bill -y tip -s 'o' --title 'Tip Vs Bill'

and create static-image or html-based visualizations. What's the syntax I must use?

I have just set p.config --plot_backend Agg

Thank you