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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1008 - 1042 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1008
The method in curvefit3 will probably work to put on right, as long as not too many lines - location: max+0.5 max...
dagoldman
Offline Send Email
Aug 2, 2004
7:08 am
1009
... Something like this would need to be done in the 'C' code I think. Its on my todo list. ... yes, students.html is made so that you can throw variable...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 3, 2004
3:45 pm
1010
Darren, here's an example that does these things: #proc areadef rectangle: 1 1 3 7 xrange: 0 100 yrange: 99 100 yaxis.selflocatingstubs: text 99.900 99.900 ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 3, 2004
6:32 pm
1011
Daniel, can't you just position the legend adjacent to the plotting area, like off to the right of it? I'm not sure I understand the issue. Steve ... Stephen...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 3, 2004
6:35 pm
1012
You're absolutely right. Thanks ... area,...
dagoldman
Offline Send Email
Aug 3, 2004
11:52 pm
1013
A user inquired as to libploticus and thread-safe. Here's the discussion: ... I have limited experience in this area, but my understanding is that if a ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 4, 2004
2:20 pm
1016
Hi all, I am trying to do bar graphs using category names and numerical values. I am hitting a problem when I have duplicate names in the axis. data is in the...
gg_mitchell
Offline Send Email
Aug 11, 2004
2:14 pm
1017
Might be an idea to post the .pl file as you have it at the moment so we can reproduce... FWIW, I think the stub names have to be unique, if you couldn't...
Jamie Echlin
Jamie.Echlin@...
Send Email
Aug 11, 2004
2:32 pm
1018
Hi Jamie, Thanks for your response. I do have a unique column (sort number) that i can plot the bars with to ensure they are inside the chart, however I still...
gg_mitchell
Offline Send Email
Aug 11, 2004
3:09 pm
1020
Passing this along.. -Steve ... Date: Tue, 17 Aug 2004 09:36:33 -0400 (EDT) From: Stephen C. Grubb <scg@...> To: Michael Barber Subject: Re: Ploticus...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 17, 2004
2:50 pm
1021
Passing this along to the group.. -Steve ... Date: Tue, 17 Aug 2004 10:12:02 -0400 From: Tom Van Vleck To: Stephen C. Grubb <scg@...> Subject: Re: ploticus...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 17, 2004
2:50 pm
1022
Passing this along, Steve ... Date: Tue, 17 Aug 2004 07:49:35 -0400 (EDT) From: Stephen C. Grubb <scg@...> To: Phil Stracchino Subject: Re: Ploticus...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 17, 2004
2:51 pm
1023
Here's another one I'm passing along to the group. -Steve ... Date: Tue, 17 Aug 2004 09:21:29 -0500 From: Russ Urquhart To: Stephen C. Grubb <scg@...> ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 17, 2004
2:51 pm
1024
Phil, there's no direct way to do this but you should be able to do it in two passes using 'select' #proc bars locfield: 1 lenfield: 2 select: @@2 > 0 color:...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 18, 2004
1:24 pm
1025
Just my opinion. I think your idea of changing the name by appending a number or other change is 100% better than using duplicate names on an axis. Daniel...
dagoldman
Offline Send Email
Aug 19, 2004
8:19 am
1026
Phil, to silence this message you'll need to go into your prefabs directory and edit the 'chunk_read' file.. just remove or comment out this section: // #write...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 19, 2004
12:08 pm
1027
ok I have php running pl thru the cgi-bin directly so all my graphs are done on the fly with data from a db by dumping the data to a file. the graphing part...
Weazil
vgs_weazil@...
Send Email
Aug 19, 2004
2:46 pm
1028
Weazil, I think the problem is that your php <? include> statement is executed at the time of php page generation, while /cgi-bin/pl is executed at the time of...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 19, 2004
4:34 pm
1029
Hey guys, I need help... So I have Ploticus running and my manager wants a histogram that basically charts transaction times of our corporate website. So I ...
mikey2312@...
mikey2312
Online Now Send Email
Aug 20, 2004
12:09 am
1030
Please pray tell Is chart like this possible to do with Ploticus at all ? Layered Chart : http://www.herold.com/jsh-img/layeredchart.gif Please help thanks ...
Robert Chin
housenman
Offline Send Email
Aug 20, 2004
4:43 pm
1031
... Robert, yes you can do this. Here's an example script: #proc getdata file: stock.csv delim: comma fieldnameheader: yes #proc areadef rectangle: 1 1 5 4 ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 20, 2004
7:30 pm
1032
Micahel, maybe your manager wants each hit plotted over time. this would be a bar for each hit ... maybe he doesn't want it segregated by URL.. Steve ... ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 20, 2004
7:33 pm
1033
Thank you stephen ! Now I know this is doable and with your example I can forge ahead & get down to it ! Ploticus - excellent contribution of yours ! ... From:...
Robert Chin
housenman
Offline Send Email
Aug 20, 2004
7:36 pm
1035
ok after you explained it a little bit to me i turned off csmap and set it up as an external file. works pretty good now unless 2 people goto the page and try...
Weazil
vgs_weazil@...
Send Email
Aug 23, 2004
11:21 am
1036
I think you're right here. So how would I go about doing this? I have my data here: http://www.twentyten.org/data.dat Here's the problem... Users are saying...
mikey2312@...
mikey2312
Online Now Send Email
Aug 23, 2004
6:04 pm
1037
... I looked at this and all I see is a list of numbers (response times I guess). if I were you I would capture more info, such as the date, time, url, and...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 24, 2004
2:29 pm
1039
Here's a thread I'm passing on to the group... Steve Stephen C. Grubb scg@... Scientific Software Engineer, The Jackson Laboratory 600 Main Street Bar...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 27, 2004
1:38 pm
1040
Hi, ploticus 2.30 is now available at http://ploticus.sourceforge.net As usual, ploticus newsgroup listeners are given the word on new releases several days...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 30, 2004
3:43 pm
1041
Are there examples to demo the new features ? Thanks robert...
Robert Chin
housenman
Offline Send Email
Aug 30, 2004
3:45 pm
1042
Robert, yes, for the most part. If there's a feature that doesn't appear to have an example handy, and you need a simple example for it, let me know. Steve ......
Stephen C. Grubb
stevegrubb1
Offline Send Email
Aug 30, 2004
3:57 pm
Messages 1008 - 1042 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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