Skip to content

Commit 23a9ddc

Browse files
committed
time: more useful default time plot
1 parent d7fadef commit 23a9ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stagpy/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class Time(Section):
145145
"""Time command."""
146146

147147
plot: Sequence[Sequence[Sequence[str]]] = _plots.entry(
148-
default="Nutop,ebalance,Nubot.Tmean",
148+
default="Nu_top,Nu_bot.Vrms.Tmean",
149149
cli_short="o",
150150
doc="variables to plot (see stagpy var)",
151151
)

0 commit comments

Comments
 (0)