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?