Skip to main content

interp_dev_new

Function interp_dev_new 

Source
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)