[plotter] [typo] replace wrong "rho" by "Q" in Q rule

This commit is contained in:
Noe Brucy
2021-01-28 17:08:05 +01:00
parent 8c82117dfc
commit 7b89fafb1e
+1 -1
View File
@@ -1406,7 +1406,7 @@ class Plotter(Aggregator, BaseProcessor):
self, self,
partial( partial(
self._plot_map, self._plot_map,
"rho", "Q",
label=r"$Q$", label=r"$Q$",
vmin=0.01, vmin=0.01,
vmax=100, vmax=100,