You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our modifying methods all take Figure as the first argument, but we should support modifying just a single Axis as well. For some functions, this will be straightforward, but for others where we have nested axes, this might be more challenging.
I think we can make this change in a non-breaking way.
The text was updated successfully, but these errors were encountered:
Currently our modifying methods all take
Figure
as the first argument, but we should support modifying just a singleAxis
as well. For some functions, this will be straightforward, but for others where we have nested axes, this might be more challenging.I think we can make this change in a non-breaking way.
The text was updated successfully, but these errors were encountered: