We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd1a22 commit 02dddacCopy full SHA for 02dddac
1 file changed
graph
@@ -43,7 +43,8 @@ def box(obj):
43
ax.set_xlim(left=0)
44
ax.set_xlabel('milliseconds')
45
plt.title(group)
46
- plt.show()
+ plt.savefig('doc/{}.png'.format(group.replace(' ', '_').replace('.json', '')))
47
+ plt.close()
48
49
def bar(obj):
50
res = {key: [] for key in LIBRARIES}
0 commit comments