Method: Pgplot.pgmtxt

Defined in:
ext/rb_pgplot.c

.pgmtxt(arg0, arg1, arg2, arg3, arg4) ⇒ Object



1408
1409
1410
1411
1412
1413
1414
# File 'ext/rb_pgplot.c', line 1408

static VALUE
  rb_pgplot_pgmtxt(VALUE obj,VALUE arg0,VALUE arg1,VALUE arg2,VALUE arg3,VALUE arg4)
{
  
  cpgmtxt(StringValuePtr(arg0),NUM2DBL(arg1),NUM2DBL(arg2),NUM2DBL(arg3),StringValuePtr(arg4));
  return Qtrue;
}