Method: Pgplot.pgsclp

Defined in:
ext/rb_pgplot.c

.pgsclp(arg0) ⇒ Object



1512
1513
1514
1515
1516
1517
1518
# File 'ext/rb_pgplot.c', line 1512

static VALUE
  rb_pgplot_pgsclp(VALUE obj,VALUE arg0)
{
  
  cpgsclp(NUM2INT(arg0));
  return Qtrue;
}