简体   繁体   中英

How to load customizations for matplotlib graphs?

I have used customization using css and other scripts for matplotlib graphs on ipython notebooks. Can I use the customization scripts for the code being run on terminal? How?

Matplotlib allows customizations using so called rcParams . The documentation is pretty easily accessible:

http://matplotlib.org/users/customizing.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM