Re: [Matplotlib-users] eps file format

2006-10-02 Thread Theodore R Drain
FYI I don't know what the current state of affairs was but I looked into this a little bit about 5 or so years ago. Adobe has a spec for what the preview image in an EPS file is suppose to be (I can't remember the details on what it is but you can google for the EPS spec) but I don't think anyone

Re: [Matplotlib-users] Plot dates and julian dates on the same figure

2006-08-10 Thread Theodore R Drain
Well I can help with the smallest of your problems: MPL uses days past 1/1/1 0:0:0 and 01-JAN-0001 00:00:00 in JD = 1721425.5 so: JD = MPL_DAY + 1721425.5 but - there is no "integrated" way to do this automatically inside the plotting system. Ted - Original Message - From: Yannick C