Using Seaborn Graphing in Sagemath
Seaborn is a matplotlib frontend that makes beautiful graphics by default, without a lot of fingerpainting like in straight matplotlib. I'm making some Sage graphs for publication and would like to format/display them with Seaborn. Is there a way to combine it with Sage's plot
and list_plot
, especially for axes labels?
As Sage seems to overwrite part of the style, I find it easier to create the plots directly in matplotlib, especially for simple things like
plot
andlist_plot
.