Adam Ruszkowski

Results 3 comments of Adam Ruszkowski

Sorry - I was trying to simplify the example and forgot to re-run the second cell before taking the screenshot. You're correct in that it should have the top and...

Ah yes, you're right. I think one way to implement that could be to change https://github.com/mwaskom/seaborn/blob/091f4c0e4f3580a8060de5596fa64c1ff9454dc5/seaborn/utils.py#L326 to be ```python is_visible = (not locals()[side]) and plt.rcParams[f"axes.spines.{side}"] ``` Which I think would...

I've already got that set. Full `config.toml` is: ``` baseURL = "http://example.org/" languageCode = "en-us" title = "Test" relativeURLs = true uglyURLs = true theme = "reveal-hugo" [markup.goldmark.renderer] unsafe =...