Race results system used for 2008 Canterbury Half-Marathon
Posted by Paul at 7:24 pm
Our race results system was successfully used again in theĀ Canterbury Half-Marathon. Our fee was donated to theĀ Canterbury Pilgrims Hospice.
Cascina Arcadia website
Posted by Paul at 10:35 am
Cascina Arcadia website released. Features interactive 360 degree panorama on home page.
Luxury Property Italy website
Posted by Paul at 3:59 pm
Luxury Property Italy website released. With slideshow feature on home page, and on individual property pages. Fully database driven.
Using ANNOTATE to add text to a plot in SAS/GRAPH
Posted by Paul at 4:59 pm
Using ANNOTATE to add text to a plot in SAS/GRAPH
An example which creates an annotate dataset with a text label to be displayed in a plot, using GPLOT in SAS/GRAPH
* Adds text TEXT HERE at data point 23 on x-axis, 100% *; * position on y-axis *; data annot; length function $8; x=23; function='LABEL'; text='TEXT HERE'; color='LIGR'; position='2'; xsys='2'; ysys='1'; y=100; size=1.5; output; run; proc gplot.... plot ... / annotate=annot; run; quit;
Recent Posts
- Esprit de Lune website launched
- Thanet Athletics Club website launched
- Inline styles in ODS PRINTER output
- Thanet Squash Club website updated
- New website to be created for Biometric Society
- Windows Boot CD
- Querying SAS option status in Base SAS
- Samphire Cargo ‘brochure’ website launched
- Fearntech Results System used for 2009 Canterbury 10 Mile Road Race
- Using PROTECTSPECIALCHARS in SAS ODS to allow HTML tags