Alphabetical list Categories
closeall Close all QPlot windows
Call signature:

closeall()

Help text:

Example:

import qplot as qp

import numpy as np

import time

qp.figure('', 3, 3)

qp.figure('', 3, 3)

qp.figure('', 3, 3)

qp.figure('', 3, 3)

time.sleep(1)

qp.closeall()

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