Recently I found ploticus on WWW and started to use, finding it very useful and promising. Thank you very much. Today I have two questions about #proc...
I combined all of my scripts that pole network devices and create graphs based on bandwidth into one. Everything works well except for the fact that some...
... Apparently "proc breakaxis location" cannot take values with embedded whitespace. It should, and I will fix this for the next release. In the meantime a...
Dear Stephen, Thank you very much for your considerable answer and future plan to deal with stubs with whitespace. I am using ploticus as a filter, which...
Hello, I have problems to determinate the size of SVG Images. I want to fix the size when I created the image because I want ton insert the image in a PDF. I...
... groceries stubvert=yes ygrid=yes However, the legend does not show in the img. ii ploticus 2.0.3-1 A script driven business graphics package ...
chuutoro
chuutoro@...
Mar 8, 2003 12:09 pm
349
... groceries stubvert=yes ygrid=yes However, the legend does not show in the img. ii ploticus 2.0.3-1 A script driven business graphics package ...
chuutoro
chuutoro@...
Mar 8, 2003 1:36 pm
350
URL http://ploticus.sourceforge.net/doc/prefab_chron.html shows an example with following syntax: xinc="1 month". I could made it work only with the following:...
chuutoro
chuutoro@...
Mar 8, 2003 2:30 pm
351
Just like for proc lineplot, it would be nice if proc curvefit allowed one to set a label attribute so that a label could be displayed near the end of the...
There appear to be no examples of filter being used to derive or transform data columns in the gallery. Having just figured out how to do that we have a...
Gothmog Gorbash
bohm@...
Mar 17, 2003 8:27 pm
355
Might as well post it to the group. I'll try to grab it and install into the gallery for next release. -Steve ... Stephen C. Grubb scg@... Scientific...
... This can be done with a bit of trickery: #proc getdata fieldnames: dwarf value data: Happy 8 Sneezy 10 Dopey 12 Grumpy 6 #proc areadef xrange: categories...
... The width of clusters is proportional to the width of each bar, which can be controlled using the 'barwidth' attribute. A smaller barwidth will give...
Delphine, SVG sizing is confusing. When I view an SVG using MSIE browser, the browser takes responsibility for sizing the SVG. When I have an HTML document...
In order to get a legend, you need to have two sets of bars, eg (x=1 y=2 y2=3) and two names (name=alpha name2=beta). There didn't seem to be any need for...
This appears to be an issue having to do with quote processing on the command line. You didn't mention whether you were using unix or win32.. for unix command...
You're right... I will change proc curvefit to set XFINAL and YFINAL (similarly to proc lineplot) and also add a 'label' attribute. This will be available in...
I'm trying to use this example but it's just not working for me. I have a dat file that contains about 3 weeks worth of webhits data. The file looks like...
Your best bet would be to reject all data records that are outside your day range. You can do this in proc getdata using the $daysdiff() function. I have...
Thanks, that worked great. One last issue which I can probably figure out with a few more hours of searching. (unless you don't mind :) I now have a graph of...
Here's the example using a filter to derive columns. Script followed by data file. ... // Produces a line plot of the speedup of a parallel simulation //...
Gothmog Gorbash
bohm@...
Mar 19, 2003 6:15 pm
366
Woohoo, Managed to answer my own question using the hitcount example. This works like I wanted it to. One last issue. I can't seem to get the omitweekends...
... One problem is that you are using 'xscaletype: date' .. this is causing all bars within a date to overlap and appear to be just one bar. Instead you should...
... This example works on my end: #proc getdata data: 03/12/03.02:00 2 03/13/03.03:00 3 03/14/03.01:00 4 03/15/03.05:00 5 03/16/03.04:00 6 03/17/03.02:00...
Quiet day for posts so I'll pitch in a question. :) I'm pulling web hit data every 5 minutes from my server and updating a graph with ploticus for a 24 hour...
Little more info. I just now noticed that the graph does seem to be displaying all of the data in the dat file but the Time tics under the graph aren't lined...
Talking to myself here. Isn't it always like this, been messing with this for 2+ hours and as soon as I post the question, I figure it out. Added/Changed...
Hi all, special thanks to Stephen C. Grubb for this great tool. It's the first time i read a makefile but at the top of the file we can read ARCOM = ar r and...