Menu

[r7978]: / branches / mathtex / unit / pathologies / single_date.py  Maximize  Restore  History

Download this file

13 lines (9 with data), 307 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
import time
from matplotlib.dates import EpochConverter
from pylab import *
from matplotlib.ticker import FuncFormatter, NullLocator,\
MinuteLocator, DayLocator, HourLocator, MultipleLocator, DateFormatter
time1=[1087192789.89]
data1=[-65.54]
p1=plot_date(time1, data1, None, 'o', color='r')
show()
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.