This function gives me a plot. However I want to change the default axis. It says in documentation that ax refers to:
ax : matplotlib axes object, optional.
I tried to input the axis limit as ax=([0 100 0 500]) for example but it recognizes it as a tuple or a list. How is the correct way to input it?
Thanks!
The
trackpy.plot_trajfunctions returns a matplotlib axes object.So, you'll want something like: