Hello all, I've begun investigating ploticus for use in a java based web application. I have a test app that executes ploticus to produce a graph based on a...
I don't know java but here are some things to try.. Maybe there's a problem with escaping the backslash, eg. try 3 or 4 backslashes instead of 2. If you can...
I have written a perl script that collects SNMP data from networking devices and stores it into a MySQL database. The dates it is using and storing are all in...
John, you can use a filter to convert from epoch seconds values to ploticus datetime values. However in trying this I ran into a bug that must be fixed...
Stephen, Thanks for getting back to me, I know you are busy and I really appreciate it. I actually did the conversion in my perl script and uploaded the...
Hi, I tried to draw chart with large data but I can't do with following error message. When I draw charts with data less than 1000, it works fine. but, I tried...
You're using a fairly old version (1.31). In the current version, I believe that proc curvefit has a max of 5,000 input data points. If you don't wish to...
Thanks for your prompt kind answer. I downloaded new code - 1.4 pre-compiled version for AIX. It works fine with big data. Thanks so much to give me an...
Hi Stephen, Thanks for your prompt kind answer. I downloaded new code - 1.4 pre-compiled version for AIX. It works fine with big data. Thanks so much to give...
I am running a perl script that invokes my ploticus script to create my graph. I want my xrange to be a variable that creates several graphs using time and...
I have successfully been able to switch the graphing of my network devices from MRTG to Ploticus, but for daily graphs only. I am storing all the data in a...
I have encountered this error, it works perfectly under linux. But in win32 platform. pl error appears. here is a snapshot of the output: ...
javaring
javaring@...
Apr 16, 2002 7:39 am
165
Bee, I tried two examples that used #for loops and could not reproduce the problem. In order for me to try and duplicate the condition, please send the ...
Hi steve, I attempt to copy here, totally 3 files, generate.bat is firstly called: =============================== generate.bat ===============================...
javaring
javaring@...
Apr 22, 2002 3:32 am
167
I have just started using ploticus. I just have one tiny problem. In the graph below I have used catslide and stubslide to get the xlabels and the datapoints...
d96mka2000
merk@...
Apr 23, 2002 5:43 pm
168
Hi, Can anyone tell me what error 1223 means? so that i can have a direction to the problem. Thx... Bee .. ...
javaring
javaring@...
Apr 30, 2002 3:29 am
169
... Bee, this error is issued by the pl script interpreter (sinterp.c). It indicates too many nest levels of loops while interpreting the script. In your case...
if you use the -title option on the dist prefab you get errors and the title is placed incorrectly. The errors look like: pl error 1603: arith: bad value...
yee_harr
yee_harr@...
May 2, 2002 4:25 am
171
Thanks for finding this bug. A fix will be posted shortly and it will be present in next release. -Steve...
Hi! It's solved now!! It is the line feed problem!!! It has problem when reading unix ascii script! Have to use DOS new line format to run in win platform! ...
javaring
javaring@...
May 9, 2002 2:43 am
173
Can a script file import another one? I glance through the index of the handbook but have no idea... Thx Bee...
javaring
javaring@...
May 9, 2002 2:45 am
174
Bee, perhaps #include will do what you want. It is described in: http://ploticus.sourceforge.net/doc/scripts.html -Steve ... Stephen C. Grubb scg@... ...
Hi, I'm having a bit of a problem with some big numbers on the Y Axis of a stacked bar chart. The numbers go from 500000 to 4500000, but all but the first are...
Philip Coombes
philip.coombes@...
May 15, 2002 11:27 am
176
Philip, I think the 'stubformat' attribute will solve your problem. The following gives me proper stubs: #proc areadef rectangle: 1 1 5 4 xrange: 0 100 yrange:...
hi group members , i am required to do a project in my company that extract data from a webserver and send a report to the user that is in html formate the...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ploticus group. File : / Looking for...
ploticus@yahoogroups....
May 26, 2002 7:07 pm
181
I want my yrange values to be dynamic and auto adjust instead of having to define them. Is there a setting for that? ... From: Stephen C. Grubb...
Yes, use yautorange (or xautorange). An example is: http://ploticus.sourceforge.net/gallery/stockday.htm -Steve ... Stephen C. Grubb scg@... Scientific...