ion
Enable interactive rendering
Call signature:
ion()
Help text:
Subsequently created figures will show on screen.
See also ioff.
Example:

import qplot as qp

import numpy as np

qp.ion()

qp.figure('ion', 3, 3)

qp.at(0, 0)

qp.text("This figure will show up on your screen")