Commit 2273761f authored by Giuseppe Carboni's avatar Giuseppe Carboni
Browse files

Small update for plotting scripts

parent 41f8e45e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -41,4 +41,7 @@ plt.ylabel('rot (deg)')
plt.xlabel('time (sec)')

plt.get_current_fig_manager().window.attributes('-zoomed', True)
try:
    plt.show()
except KeyboardInterrupt:
    pass
+4 −1
Original line number Diff line number Diff line
@@ -117,4 +117,7 @@ ex1.set_xlabel('time (s)')


plt.get_current_fig_manager().window.attributes('-zoomed', True)
try:
    plt.show()
except KeyboardInterrupt:
    pass