[plotter] plot with step in abciss

This commit is contained in:
Noe Brucy
2021-05-06 16:31:48 +02:00
parent 9c28f5212a
commit e817001079
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -630,7 +630,7 @@ class Comparator(Aggregator, HDF5Container):
self,
partial(
self._from_log,
["time", "fine_step", "dt", "a", "mempc1", "mempc2"],
["time", "fine_step", "dt", "a", "mem_cells", "mem_parts"],
self._extract_fine_step_from_log,
),
group="/series",