Method: Pgplot.pgshs
- Defined in:
- ext/rb_pgplot.c
.pgshs(arg0, arg1, arg2) ⇒ Object
1592 1593 1594 1595 1596 1597 1598 |
# File 'ext/rb_pgplot.c', line 1592 static VALUE rb_pgplot_pgshs(VALUE obj,VALUE arg0,VALUE arg1,VALUE arg2) { cpgshs(NUM2DBL(arg0),NUM2DBL(arg1),NUM2DBL(arg2)); return Qtrue; } |