Alphabetical list Categories
ion Enable interactive rendering
Call signature:

ion()

Help text:

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

QPlot Documentation — (C) Daniel Wagenaar, 2014–2023