list
The list command outputs a listing of all of the items on a multiplot, giving their reference numbers and the commands used to produce them. For example:
pyxplot> list
# ID | Command
0 plot f(x)
d 1 text 'Figure 1: A plot of f(x)'
2 text 'Figure 1: A plot of $f(x)$'
# Items marked 'd' are deleted
In this example, the user has plotted a graph of
, and added a caption to it. The ID column lists the reference numbers of each multiplot item. Item 1 has been deleted, and this is indicated by the d to the left of its reference number.