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
Hello, I am trying to run the First_Steps notebook. Creating an animation by wrapping the plotting calls in a function results in the following error message:
TypeError: custom_plotfunc() got an unexpected keyword argument 'vmin'
I think this may have to do with the way the kwargs are passed on to the the plotting functions, but I'm not too familiar with the code to come up with a fix for now.
The text was updated successfully, but these errors were encountered:
Hello, I am trying to run the
First_Steps
notebook. Creating an animation by wrapping the plotting calls in a function results in the following error message:I think this may have to do with the way the
kwargs
are passed on to the the plotting functions, but I'm not too familiar with the code to come up with a fix for now.The text was updated successfully, but these errors were encountered: