Alphabetical list Categories
close Close a QPlot window
Call signature:

close(fn=None)

Help text:

close closes the current window.
close(filename) closes the named window.
See also closeall.

Example:

import pyqplot as qp

import numpy as np

import time

qp.figure('', 3, 3)

time.sleep(1)

qp.close()

QPlot Documentation — (C) Daniel Wagenaar, 2019