Method: Pgplot.pgsci
- Defined in:
- ext/rb_pgplot.c
.pgsci(arg0) ⇒ Object
1480 1481 1482 1483 1484 1485 1486 |
# File 'ext/rb_pgplot.c', line 1480 static VALUE rb_pgplot_pgsci(VALUE obj,VALUE arg0) { cpgsci(NUM2INT(arg0)); return Qtrue; } |