[plotter] [typo] replace wrong "rho" by "Q" in Q rule
This commit is contained in:
+1
-1
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user