8000 v0.1.4 · ruby-numo/numo-gnuplot@babacd0 · GitHub
[go: up one dir, main page]

Skip to content

Commit babacd0

Browse files
committed
v0.1.4
1 parent f99efa4 commit babacd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/numo/gnuplot.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def gnuplot(&block)
1111

1212
class Gnuplot
1313

14-
VERSION = "0.1.3"
14+
VERSION = "0.1.4"
1515
POOL = []
1616
DATA_FORMAT = "%.5g"
1717

@@ -120,7 +120,7 @@ def reset(x=nil)
120120
# text display option is disabled.
121121
# pause 10
122122
# pause 'mouse'
123-
# pause mouse:%w[keypress,button1,button2,button3,close,any]
123+
# pause mouse:%w[keypress button1 button2 button3 close any]
124124
def pause(*args)
125125
send_cmd("pause #{OptsToS.new(*args)}").join.chomp
126126
nil

0 commit comments

Comments
 (0)
0