add automatic plots for Bl and Br
This commit is contained in:
+1
-1
@@ -1765,7 +1765,7 @@ class Plotter(Aggregator, BaseProcessor):
|
||||
averageables.append(name + "_avg")
|
||||
|
||||
# special for vectors
|
||||
if field in ["g", "vel"]:
|
||||
if field in ["g", "vel", "Bl", "Br"]:
|
||||
# Components
|
||||
for i, dir in enumerate(["x", "y", "z"]):
|
||||
generic_rule(field + dir)
|
||||
|
||||
Reference in New Issue
Block a user