print a timestamp on the current plot, vertical lower right
Parameters: | position : list
size : string (optional)
draw : Boolean (optional)
kwargs : keywords
|
---|
Examples
>>> import spacepy.plot.utils
>>> from pylab import plot, arange
>>> plot(arange(11))
[<matplotlib.lines.Line2D object at 0x49072b0>]
>>> spacepy.plot.utils.timestamp()