aeturrell
aeturrell
Hello, I'm sure this is all on the radar / plan for the next gen Seaborn anyway, but just thought I'd flag some features that I couldn't work out how...
I may have completely missed this (apologies if so), but is there a way to use `AbsorbingLS` with the formula API? Thanks for all the hard work—the package is great...
Look into pros and cons of adding watermarks to scripts using [**watermark**](https://github.com/rasbt/watermark), eg as PyMC3 do for their examples. ```python %load_ext watermark %watermark -n -u -v -iv -w ```
This would mostly be straightforward. For examples of how to do the charts within pandas dataframe, see https://twitter.com/jonathanrlarkin/status/1503591106939867137?s=11 and https://twitter.com/jonathanrlarkin/status/1503591106939867137?s=11.
First, I've been looking for a good way to do this for weeks! Thank you for the repo. I'm interested in helping people get started with Python and VS Code...
Some pages, eg on narrative data visualisation (which uses ['varta'](https://fonts.google.com/specimen/Varta)), need special fonts. These are not currently available in the Dockerfile. In principle, this is possible and some example code...
I'm not sure if you have a community links page (?) but I wanted to flag two resources I've put together on **lets-plot** and how to use it: - Throughout...
It would be great if latex worked in figure labels. Expected behaviour is that the following would produce CO2 with the 2 in subscript (reprex follows): ```python from pandas_datareader import...