Skip to content
Snippets Groups Projects

Unify plot/show

Merged Oscar Gustafsson requested to merge plotshow into master
5 files
+ 10
16
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
1
@@ -133,7 +133,7 @@ class ProcessCollection:
"""
self._collection.add(process)
def draw_lifetime_chart(
def plot(
self,
ax: Optional[Axes] = None,
show_name: bool = True,
Loading