Method: PLplot.plgra
- Defined in:
- ext/rbplplot.c
.plgra ⇒ nil
Switch to graphics screen
2967 2968 2969 2970 2971 2972 2973 2974 |
# File 'ext/rbplplot.c', line 2967 static VALUE rb_mPLplot_plgra(VALUE obj) { PLSYNC(plgra,); return Qnil; } |