meco-group / omg-tools

Optimal Motion Generation-tools: motion planning made easy
GNU Lesser General Public License v3.0
563 stars 97 forks source link

Hiding axes in animation of input trajectories doesn't work #71

Open timmercy opened 5 years ago

timmercy commented 5 years ago

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.