Method: Pgplot.pgtext

Defined in:
ext/rb_pgplot.c

.pgtext(arg0, arg1, arg2) ⇒ Object



1400
1401
1402
1403
1404
1405
1406
# File 'ext/rb_pgplot.c', line 1400

static VALUE
  rb_pgplot_pgtext(VALUE obj,VALUE arg0,VALUE arg1,VALUE arg2)
{
  
  cpgtext(NUM2DBL(arg0),NUM2DBL(arg1),StringValuePtr(arg2));
  return Qtrue;
}