On 2012-12-31 01:57, Timo wrote:
> I use the "incremental" filename feature a lot when I experiment with
> pictures: I like to see what I have plotted, in *chronological order*,
> using my image viewer. With the new random file names this is impossible.
If non-random names is what you want, then simply save your plots using
a non-random filename:

sage: P = plot(foo)
sage: P.save("/path/to/filename.png")

Having filenames with an incremental number is an easy excercise then.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To post to this group, send email to sage-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-devel+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.


Reply via email to