This commit is contained in:
Noe Brucy
2020-06-10 09:26:49 +02:00
parent 267122178d
commit d4e1302515
+1 -1
View File
@@ -1029,10 +1029,10 @@ class Plotter(Aggregator, BaseProcessor):
self._plot, self._plot,
"/series/sinks_from_log/time", "/series/sinks_from_log/time",
"/series/sinks_from_log/mass_sink", "/series/sinks_from_log/mass_sink",
"Mass of the sinks against time",
xunit=cst.Myr, xunit=cst.Myr,
yunit=cst.Msun, yunit=cst.Msun,
), ),
"Mass of the sinks against time",
kind="series", kind="series",
dependencies=["sinks_from_log"], dependencies=["sinks_from_log"],
), ),