% TIMEPLT package for Gregorian labeled stack plots, including sticks. % Here are some routines to do Gregorian labeling of stacked time % series plots, including vector stick plots. % Try using DEMO.M to see how TIMEPLT and STACKLBL work. % IMPORTANT! If you resize the window, you must call TIMEPLT again % to make the labels look right and have the vector sticks have the % right orientation. Matlab will resize the window when you PRINT, % so you need to ensure that the aspect ratio of the 'paperposition' % is the same as what the aspect ratio of the figure 'position' is. % A simple way to do this is to use the FIXPAPER command (included % in this distribution) before you print, which will ensure that what % you get on paper is what you see on the screen! % % Rich Signell | rsignell@crusty.er.usgs.gov % U.S. Geological Survey | (508) 457-2229 | FAX (508) 457-2310 % 384 Woods Hole Road | http://crusty.er.usgs.gov/rsignell.html % Woods Hole, MA 02543-1598 |