Using Seaborn Graphing in Sagemath

asked 2022-01-09 08:05:32 +0200

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?

edit retag flag offensive close merge delete

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 ( 2022-02-11 19:55:33 +0200 )edit