Sorry, something went wrong.
There was a problem hiding this comment.
Just some minor tweaks
Sorry, something went wrong.
|
I'm going to add a test for figure name stuff |
Sorry, something went wrong.
|
📚 Docs preview built and uploaded! https://www.fastplotlib.org/ver/old-renames |
Sorry, something went wrong.
|
@clewis7 ready for another look, better logic to check subplot_names size, tests for it, and updated add_ methods mixin |
Sorry, something went wrong.
Renamed lots of instances where gridplot was still lingering to Figure. There is no such thing as "grid plot" anymore so changed those descriptions to "grid layout".
Some other docstring cleanup, reword some things to be better. Some better error messages in Figure.__init__()
removed "padding" kwarg for add_linear_selector() methods since it's no longer required since we have inf lines 😄
also fixes #818
@clewis7 ready for review