Method: Pgplot.pglab
- Defined in:
- ext/rb_pgplot.c
.pglab(arg0, arg1, arg2) ⇒ Object
1384 1385 1386 1387 1388 1389 1390 |
# File 'ext/rb_pgplot.c', line 1384 static VALUE rb_pgplot_pglab(VALUE obj,VALUE arg0,VALUE arg1,VALUE arg2) { cpglab(StringValuePtr(arg0),StringValuePtr(arg1),StringValuePtr(arg2)); return Qtrue; } |