Skip to content
Snippets Groups Projects

Fix _repr_svg_ and refactor sorting

Merged Oscar Gustafsson requested to merge sortrefactor into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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")
Loading