Skip to content

Commit 5ed7d9d

Browse files
committed
add test for Terminal::test
1 parent cd1d39b commit 5ed7d9d

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

examples/plot_test_term/gnuplot.png

12.4 KB
Loading
12.4 KB
Loading

examples/plot_test_term/plot.gnuplot

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
set term png
2+
set output './gnuplot.png'
3+
test
4+
unset output

examples/plot_test_term/plot.rb

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
require 'gnuplotrb'
2+
include GnuplotRB
3+
4+
Terminal::test('png', 'gnuplot_gem.png')

0 commit comments

Comments
 (0)