title(['\pi = ' num2str(pi)])
the `
shg` command in PyPlot to pop the recent figures to the front?
title("\pi = $pi")
Just use string interpolation (this is a Julia thing, not specific to PyPlot).title("\pi = $pi")
Tom and Steven,
Thanks the hints!!
Still, how could I show all current figures by command? That is something like 'shg' in Matlab.
Also, is there a command to close all current figures, i.e. a counterpart of 'clf' in Matlab?