5.3.2 Listing Items on a Multiplot

A listing of all of the items on a multiplot, giving their reference numbers and the commands used to produce them, can be obtained using the list command. 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 $f(x)$, 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.