Method: PLplot.plgra

Defined in:
ext/rbplplot.c

.plgranil

Switch to graphics screen

Returns:

  • (nil)


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;
}