Using Seaborn Graphing in Sagemath

asked 3 years ago

jaia gravatar image

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?

Preview: (hide)

Comments

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 and list_plot.

mwageringel gravatar imagemwageringel ( 3 years ago )