list
The list command returns a list of all of the items on the current multiplot canvas, giving their identification numbers and the commands used to produce them. The following is an example of the output produced:
pyxplot> list
# ID Command
1 plot item 1 f(x) using columns
2 [deleted] text item 2 "Figure 1: A plot of f(x)" at 0,0 rotate 0 gap 0
3 text item 3 "Figure 1: A plot of $f(x)$" at 0,0 rotate 0 gap 0
In this example, the user has plotted a graph of f(x)