Tuesday, September 12, 2023

Colorful

 Been looking at styling options for Matplotlib Charts. There are

three recognized approaches: 1- Using pyplot; 2- Using a 

stylesheet;3- Using rcParams. Because I am working on pandas, I can access 

some pyplot functions directly - Pandas act a wrapper on pyplot - and use 

plt for the rest.

My freeform example. I can define the index directly.

                                                     


                                                                             




Using pre-defined stylesheets.

CLASSIC

                                                                               


BMH

                                                                                    


SEABORN
                                                                                   

GGPLOT

                                                                                


DARKBACKGROUND

                                                                            


A note of caution: once one has called stylesheet.use(), all charts in the file will

use it, by default.

No comments: