Skip to content

Commit

Permalink
pawgo: test plot H2D
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed Jul 1, 2020
1 parent d898ce9 commit 47aa436
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions pawgo/main_test.go
Expand Up @@ -126,8 +126,10 @@ bye.
script: `## comment
/file/open f ./testdata/hsimple.rio
/hist/open h /file/id/f/h1
/hist/plot h
/hist/open h1 /file/id/f/h1
/hist/plot h1
/hist/open h2 /file/id/f/h2
/hist/plot h2
/quit
`,
want: `
Expand All @@ -139,12 +141,20 @@ Type /? for help.
^D or /quit to quit.
# /file/open f ./testdata/hsimple.rio
# /hist/open h /file/id/f/h1
# /hist/plot h
# /hist/open h1 /file/id/f/h1
# /hist/plot h1
== h1d: name=""
entries=10000
mean= +0.004
RMS= +1.005
# /hist/open h2 /file/id/f/h2
# /hist/plot h2
== h2d: name=""
entries=10000
xmean= +0.027
xRMS= +2.003
ymean= +0.992
yRMS= +1.723
# /quit
bye.
`,
Expand Down

0 comments on commit 47aa436

Please sign in to comment.