Method: PLplot.plgesc
- Defined in:
- ext/rbplplot.c
.plgesc ⇒ Object
2838 2839 2840 2841 2842 2843 2844 2845 |
# File 'ext/rbplplot.c', line 2838
static VALUE
rb_mPLplot_plgesc(VALUE obj)
{
char ovar0[100] = {'\0'};
plgesc(ovar0);
return rb_str_new2(ovar0);
}
|