Using command line to change axis format from linear to date
farrenthorpe
setscale x,0,numpnts(DTout), "dat", DTout
so that the units of the DTout wave are "dat"
However, neither tables nor graphs plotted with DTout are subsequently formatted in Date format. I have to manually go to the table or the graph and select format as Date mode for the wave to be updated.
Is there a way to do this in the command line so that I can automate the process?
Thanks
-Farren Thorpe
SetScale d, 0, 0, "dat", xTest
Make/D/N=365 yTest = p
Display yTest vs xTest
For details execute:
April 12, 2013 at 02:19 pm - Permalink
April 12, 2013 at 02:38 pm - Permalink