fn interp_dev_new(
_args: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Open a new graphics device.
Creates a fresh PlotState for accumulating plot items.
@return integer device number (invisibly)