Skip to content
Snippets Groups Projects
Commit fb74c182 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Fix _repr_svg_ for ProcessCollection

parent 5d34f8ab
No related branches found
No related tags found
1 merge request!240Fix _repr_svg_ and refactor sorting
......@@ -517,7 +517,7 @@ class ProcessCollection:
e.g. Jupyter Qt console.
"""
fig, ax = plt.subplots()
self.draw_lifetime_chart(ax, show_markers=False)
self.plot(ax, show_markers=False)
f = io.StringIO()
fig.savefig(f, format="svg")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment