Skip to content

Commit 9b1b3c1

Browse files
author
Enrique Fernandez
committed
Use png format for plots (instead of svg)
1 parent d5e99fa commit 9b1b3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bag_tools/scripts/check_drop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def check_drop(inbags):
143143
plt.plot(x, numpy.array([seq_diff_max, seq_diff_max]), 'r--')
144144
plt.plot(x, numpy.array([seq_diff_mean, seq_diff_mean]), 'g')
145145

146-
plt.savefig(basename + topic.replace('/', '_').replace(' ', '_').replace(':', '_') + '.svg')
146+
plt.savefig(basename + topic.replace('/', '_').replace(' ', '_').replace(':', '_') + '.png')
147147

148148
if __name__ == "__main__":
149149
rospy.init_node('check_drop', anonymous=True)

0 commit comments

Comments
 (0)