... 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...
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 ...
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...
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 ...
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...
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@...
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...
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...
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...
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...
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@...> ...
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:...
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...
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...
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@...
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...
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 ...
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 ...
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 ... ...
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:...
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@...
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...
... 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...
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...
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...
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 ......