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
timmercy
changed the title
Animation of input trajectories doesn't work
Showing axes in animation of input trajectories doesn't work
Nov 21, 2018
timmercy
changed the title
Showing axes in animation of input trajectories doesn't work
Hiding axes in animation of input trajectories doesn't work
Nov 21, 2018
Saving a gif or a set of tikz figures of the inputs doesn't work when hiding axes:
vehicle.save_movie('input', format='gif', name='inputs', number_of_frames=80, movie_time=4, axis=False)
vehicle.save_movie('input', format='tikz', name='inputs', number_of_frames=80, movie_time=4, axis=False)
Only the second axis is hidden in a 2-row representation.
The text was updated successfully, but these errors were encountered: