Search the web
Sign In
New User? Sign Up
ploticus · ploticus software support
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1324 - 1368 of 2121   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1324
I didn't see Jamie's example (deleted from tmp directory?). But I looked around at some other pages with star plots, or spider plots or whatever they're...
dagoldman
Offline Send Email
Jan 1, 2005
12:24 pm
1325
Daniel, I've noted this issue and will see if there's any way it can be improved when I put together the next build. Steve ... Stephen C. Grubb scg@... ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 5, 2005
3:04 pm
1326
... Jamie, diagfile captures all non-error messages produced by the pl app, but messages produced by #write are considered a different thing. I can see where...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 5, 2005
3:32 pm
1327
I would like to be able to change what goes into a stub's text. For instance, if my X axis data represents minutes since midnight, I want to be able to convert...
vfun_00
ytsejam965@...
Send Email
Jan 6, 2005
11:01 pm
1332
Hi, this doesn't sound like something that would be easy to do in a prefab. if you were writing a script it might be possible to use #proc getdata filter to...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 10, 2005
1:41 pm
1336
Hi, I have stumbled on a nice solution to the problem of annotating SVG graphs with popups. You can see the solution in action here: ...
Jamie Echlin
jechlin@...
Send Email
Jan 12, 2005
11:14 am
1337
Hi, I believe that in order for this to work with ploticus 2.30+ you'll also need to do #proc settings svg_mouseover_js: generic at the beginning of your...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 12, 2005
6:40 pm
1338
Hello, I tried your link (rule.htm) : it works great under IE6 but does'nt seem to work for me under Mozilla : have i missed something ? I'm really interested...
Patrick Corbel
yannbrolec
Offline Send Email
Jan 12, 2005
11:24 pm
1339
This happened to me too, but only with windows output: Linux 2.20 output - http://www.ehdp.com/out/linux.svg Windows 2.30 output -...
dagoldman
Offline Send Email
Jan 13, 2005
2:14 am
1340
... Hrm, you're right, I don't think you've missed anything. The example on the mws website: http://www.macridesweb.com/oltest/flash.html sort of works for ...
Jamie Echlin
jechlin@...
Send Email
Jan 13, 2005
9:40 am
1342
The mouseover popup man mailed me back - I don't have time to test what he's saying, or even read it properly to be honest, but maybe you could try it Patrick...
Jamie Echlin
jechlin@...
Send Email
Jan 14, 2005
3:04 pm
1343
Anyone have any useful examples of using Ploticus with Windows IIS/ASP/Vbscript pages and not perl scripts ? Help appreciated.. Bob...
pmountcorp
bob@...
Send Email
Jan 16, 2005
4:46 am
1345
I thought I would forward this to the group for any SVG mouseover afficionados out there... I don't have time to play with it atm but if anyone is keep on...
Jamie Echlin
jechlin@...
Send Email
Jan 16, 2005
7:22 pm
1347
[I received this and don't have an answer for him.. forwarding to the group -Steve] I have several questions. The first one is, is there a difference between ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 19, 2005
6:11 pm
1349
I have a horizontal timeline basically identical to timeline2 shown on the Ploticus homepage. Dates make up the X axis, and unique labels the Y axis. I want...
Tim_Lunny
Offline Send Email
Jan 26, 2005
12:46 am
1350
Hi Tim, I tried to reproduce your problem by adapting your snippet into the timeline2 example. To get your example to work, I had to place "notation: scaled" ...
Bret Olmsted
bretygroup
Offline Send Email
Jan 26, 2005
3:34 am
1351
First Note: the ploticus doc is some of the best I've seen for open source tools on the net. Very nicely cross linked and loaded up with examples. That said, I...
Crighton
wcrighton
Offline Send Email
Jan 26, 2005
7:20 am
1352
stupid user problem - I was writing to the stdin of the ploticus process but would flush and close the stream in the middle of writing. Stopped doing that and...
Crighton
wcrighton
Offline Send Email
Jan 26, 2005
8:19 am
1353
I am unable to change the color of my arrows. I even copied an example off the ploticus homepage and ran it and arrows that were shown in color on the site...
Tim_Lunny
Offline Send Email
Jan 27, 2005
2:20 am
1354
... I have. Works fine in 2.20, seems to be a bug in 2.30 but I've been too busy to track it down myself any further than finding that it gets the colour...
Rob Partington
zimpenfish
Offline Send Email
Jan 27, 2005
2:29 am
1355
Hi, this is likely a side effect of an optimization that was put in 2.30 to eliminate cases where pl did a color change but then never drew anything. Since...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 27, 2005
2:26 pm
1358
Saw a post for someone looking how to do this a couple weeks ago. Most of the examples with the doc are for Perl, so I wanted to share this. Follow the basic...
Craig Williams
sleet71-ploticus@...
Send Email
Jan 31, 2005
12:04 am
1361
Hi, Is there some equivalent to the command line arg -csmap that I can use in #proc page? According to the docs no. My problem is that the pl.exe invocation is...
Jamie Echlin
jechlin@...
Send Email
Feb 3, 2005
11:13 am
1362
Hi, Small bugito to report... When using clickmaplabel and a line for scatterplot symbol, no mouseover-able sections are produced, and you get: pl: error 2795:...
Jamie Echlin
jechlin@...
Send Email
Feb 3, 2005
11:31 am
1363
Hi, Can someone help me out here, I'm losing the plot with this one. I want to show two different graphs on the same #proc page, sharing a common x-axis which...
Jamie Echlin
jechlin@...
Send Email
Feb 3, 2005
12:35 pm
1364
Jamie, clickmap support is intentionally not provided when the visual element is a line (lineplots or scatterplots with line segments).. the idea was that ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 3, 2005
6:23 pm
1365
Jamie, try @XMIN and @XMAX (proc areadef) these are the start and end points chosen by autorange Steve ... Stephen C. Grubb scg@... Scientific Software...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 3, 2005
6:29 pm
1366
Hi Steve, ... Would make sense other than that you can specify the line width. Agree it's hard to click on when packed together but same is true of the symbols...
Jamie Echlin
jechlin@...
Send Email
Feb 3, 2005
6:35 pm
1367
Hi, ploticus 2.31 is now available at http://ploticus.sourceforge.net -Steve Stephen C. Grubb scg@... Scientific Software Engineer, The Jackson...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 4, 2005
3:10 pm
1368
Hi I am using verison 2.30 and when i use ploticus to plot using a datafile which has a comment(#...) in its first line, ploticus gives an error stating that...
parakramkhandpur
parakramkhan...
Offline Send Email
Feb 4, 2005
7:18 pm
Messages 1324 - 1368 of 2121   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help