- To: Rakesh Rathod <rock_java@xxxxxxxxx>
- Subject: Re: Marking points on Axis
- From: Bill Hibbard <billh@xxxxxxxxxxxxx>
- Date: Thu, 28 Aug 2003 05:29:34 -0500 (CDT)
Hi Rakesh, > I want to mark some points on axis with some text.Can anyone give > me some idea how should i do it? Construct a FieldImpl with MathType (index -> (x, y, text)) where text is a TextType, and display with ScalarMaps x -> XAxis, y -> YAxis and text -> Text. See Test44.java and Test45.java in visad/examples for some examples. Good luck, Bill
- References:
- Marking points on Axis
- From: Rakesh Rathod
- Marking points on Axis