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 341 - 372 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
341
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...
hirakuono <hono-tky@....
hirakuono
Offline Send Email
Mar 4, 2003
9:18 am
342
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...
Sheahan, John (PCLN-NW)
johncsheahan...
Offline Send Email
Mar 4, 2003
10:30 pm
343
... 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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Mar 5, 2003
12:48 pm
344
... John, try this: #proc yaxis stubs: inc ..etc and I don't think selflocatingstubs is what you want here.. Stephen C. Grubb scg@... Scientific...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Mar 5, 2003
12:52 pm
345
Wow! That was easy! Works like a charm! Thanks again ... From: Stephen C. Grubb [mailto:scg@...] Sent: Wednesday, March 05, 2003 7:53 AM To:...
Sheahan, John (PCLN-NW)
johncsheahan...
Offline Send Email
Mar 5, 2003
3:25 pm
346
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...
hirakuono
Offline Send Email
Mar 6, 2003
3:07 am
347
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...
delf3177
Offline Send Email
Mar 7, 2003
1:33 pm
348
... 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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
deancollins99
Offline Send Email
Mar 10, 2003
2:08 am
354
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@...
Send Email
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Mar 18, 2003
6:58 pm
356
... 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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Mar 19, 2003
12:53 pm
357
... 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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Mar 19, 2003
1:07 pm
358
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Mar 19, 2003
1:23 pm
359
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Mar 19, 2003
1:35 pm
360
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Mar 19, 2003
1:43 pm
361
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Mar 19, 2003
2:40 pm
362
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...
romeyde
Offline Send Email
Mar 19, 2003
3:12 pm
363
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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Mar 19, 2003
4:41 pm
364
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...
romeyde
Offline Send Email
Mar 19, 2003
5:20 pm
365
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@...
Send Email
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...
romeyde
Offline Send Email
Mar 19, 2003
6:25 pm
367
... 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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Mar 20, 2003
12:28 pm
368
... 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...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Mar 20, 2003
12:37 pm
369
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...
romeyde
Offline Send Email
Mar 20, 2003
8:29 pm
370
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...
romeyde
Offline Send Email
Mar 20, 2003
8:38 pm
371
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...
romeyde
Offline Send Email
Mar 20, 2003
8:44 pm
372
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...
david_sniper_rigaudiere
sniper@...
Send Email
Mar 22, 2003
2:35 pm
Messages 341 - 372 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