Lefty
unread,May 25, 2008, 12:57:45 PM5/25/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to svgkit
First off, I really like this project, and it seems that you have put
a lot of effort into it already.
I have been looking at using your code to generate a loglog plot of
data I receive in a CSV file. There are a number of channels of data.
I wrote a simple script to read the CSV, parse the headers, and
generate a listbox. I can then select the channel to plot and use your
code to generate the SVG plot. It works quite well. I can also select
a different channel and update the plot to the new data.
What I would like to do next is be able to view multiple channels in
the same plot. It looks like the linear plots already contain the code
to do this, but it does not work for loglog plots.
I am not very familiar with javascript (I mostly do Matlab scripting).
I have begun to try to go through the code to figure out how to add
this functionality, but so far I haven't made much progress.
Would it be possible to point me in the right direction as to the
files or functions which would require modification to implement this
feature. Also, in you estimation do you feel this is a difficult
feature to add, or maybe just requires some time to generate the code
similar to the linear plot code.
Thanks.