This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: 2D Graphs


I was looking at incorporating graphs too but decided against it because of
the competing standards between SVG and VML. Personally, I liked VML
better....

-----Original Message-----
From: Ranajay Raychaudhuri [mailto:raychaur@cs.man.ac.uk]
Sent: August 15, 2001 7:35 AM
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] 2D Graphs


Dear All,

I have aan XML file which looks like this:

<?xml-stylesheet href="export_new.xsl" type="text/xsl" ?>
   <start>
   <output id="op1">
                <corresp_time>401</corresp_time>
                <progressive_vel>3.34</progressive_vel>
   </output>

   <output id="op2">
                <corresp_time>411</corresp_time>
                <progressive_vel>3.01</progressive_vel>
   </output>

   </start>

I want to plot the data i.e., vel against time as a 2D graph. My
questions are:

1.) Is SVG the best bet?

2.) If so how do I plot a linear curve using the above data?

Thanks,
Ron



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]