Hi, ploticus proc import http://ploticus.sourceforge.net/doc/import.html can be used to do this, with some stipulations. Regarding the permission issue, I...
Hello, I am new to ploticus and have to integrate with a project. I am going to create many gantt charts, however, I did not find prefabs with gantt charts. I...
ywang1031
ywang1031@...
Jun 6, 2006 4:06 pm
1838
... Hi Does your gantt chart mean the deafult ones that are mostly used - that aims to show the timing of tasks or activities as they occur over time. If so,...
Yi, parameterizing your input is simple. Write your script #proc getdata file: @data Then invoke your script like this: pl myscript data=mydata .... If you...
Hi, I would like to use ploticus to generate graphs for a website using data from our Oracle database. The only way I can think to do this is to select my...
jfazo@...
Jun 8, 2006 12:37 pm
1841
Hi, I am using the proticus lineplot procedure to draw a line through many plot points. I have precomputed values for average and standard deviation of my...
jfazo@...
Jun 8, 2006 12:37 pm
1842
Hi Ho can I change the pie chart's background color from white to black? Thanks, Alan...
Joni, either that or if you have a command line utility that dumps out oracle data you can invoke that #proc getdata command: oradump .... I believe this goes...
Joni, Here's an example: #proc areadef xrange: 0 10 yrange: 0 100 yaxis.stubs: inc #set mean = 44 #set sd = 8.7 // do the mean line... #proc line linedetails:...
Hi Steve, Thanks for doing my autozero request. However... it doesn't quite work right I'm afraid. I modified lineplot20 to include autozero, patch below....
Jamie Echlin
jechlin@...
Jun 18, 2006 12:32 pm
1846
Hi, just a reminder that the ploticus discussion forum is a moderated forum, meaning that someone (me in this case) must approve all messages before they go...
Hi, I have installed ploticus and all is working fine, both using the standard pl command and using python from the command line using the plug in. The...
socialdebris2003
socialdebris2003@...
Jun 22, 2006 1:45 pm
1848
I am using Perl to access ploticus from the web. I ended up using a temp file and it working out just fine. Thanks, Joni...
jfazo@...
Jun 22, 2006 1:45 pm
1849
Worked great! Thanks. Joni...
jfazo@...
Jun 22, 2006 1:46 pm
1850
Hi, Is there a way to get a lineplot pointsymbol that is a "X" ? Thanks, Joni...
jfazo@...
Jun 22, 2006 1:46 pm
1851
Hi everybody, I have to sort my input data using ploticus and cannot find a way to do that. In a set like: #proc getdata data: "A" 10 19 "B" 13 17 "C" 11 19 I...
diehottentottenkommen
herbergs@...
Jun 28, 2006 8:47 pm
1852
After a little digging I've commented out line 353 of proc_getdata.c and it seems to be parsing my data correctly now. The comment associated with this line...
James Srinivasan
james_srinivasan@...
Jun 28, 2006 8:47 pm
1853
I have a scatterplot graph using categories. The data looks like this: 06/23/06.03:16:22,atl1cag7,timed out reading,8 06/23/06.03:16:51,atl1cag5,timed out...
Hi everyone. I'm trying to do a ploticus chron graph where I can have tabbed results that have different colors, but I'm not sure how to accomplish this. I...
I'm having some problems with a getdata filter I've written. The code is as follows: #proc getdata pathname: data/dcache.misses.dat fieldnameheader: yes ...
James Srinivasan
james_srinivasan@...
Jun 28, 2006 8:48 pm
1856
Joni, You can get "X" point symbols this way: #proc getdata data: 1 1 1 1 #proc areadef xrange: 0 5 yrange: 0 5 frame: yes #proc lineplot yfield: 1 ...
... Yes, but it depends on how you implement your server side scripts. I think it's worth avoiding tmp file cleanup. I use perl CGI for a simple tool that does...
dear steve, I want to pass a variable to proc legend's specifyorder parameter so that it orders it in the way i want. I want to do something like this: #for...
kalendae79
kalendae79@...
Jun 28, 2006 8:50 pm
1859
Hello, I am using ploticus with j2ee,does anyone know whether there is better solution to integrate it in java? I am using Runtime to execute now. I have a...
ywang1031
ywang1031@...
Jun 30, 2006 2:25 pm
1860
Hi, This is a fairly serious bug that was introduced in version 2.33. Your script may be affected by this bug if ALL of the following are true: 1) you use proc...
Steve, I just downloaded version 2.33 (I am currently using 2.32). I noticed that with 2.33, floating bars don't render correctly. It looks like each bar...
schonbach
yahoo@...
Jul 10, 2006 1:16 pm
1862
Mark, thanks for finding this. I was able to reproduce the problem here, and it is definitely a bug in 2.33 ... I'll report back when I've had a chance to...
Steve, I believe I've found and fixed the bug. It looks like an incorrect check for an empty "overlapcolor" was being performed, and thus the overlap bars...