Method: PLplot.plbop

Defined in:
ext/rbplplot.c

.plbopnil

Begin a new page

Returns:

  • (nil)


2320
2321
2322
2323
2324
2325
2326
2327
# File 'ext/rbplplot.c', line 2320

static VALUE
rb_mPLplot_plbop(VALUE obj)
{
  
  
  plbop();
  return Qnil;
}