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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1702 - 1740 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1702
Greetings. I'm using some simple ploticus scripts to generate graphs from temperature and energy meter data: http://spiff.hax.se/log.html I would like plot the...
Thomas Tornblom
thomas.tornblom@...
Send Email
Nov 1, 2005
1:18 pm
1704
Thomas, you should be able to use a filter in #proc getdata to compute a difference between two fields. your field names are problematic in that they contain...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Nov 2, 2005
1:32 pm
1705
... Thanks Steve. I woked around the problem by using an awk script to preprocess the data and then plot the output. As I needed some conditionals also I...
Thomas Tornblom
thomas.tornblom@...
Send Email
Nov 2, 2005
1:38 pm
1706
Scott, this issue was raised recently. Go into your src directory, edit functions.c, go to line 649, and comment out this line /* char *strchr(); */ This is an...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Nov 3, 2005
8:06 pm
1709
Hi, I'm trying to get a scatterplot with points of one pixel size as "symbols". The output type is png. The following works for output type x11, but not png: ...
Jochen Reinwand
jochen.reinwand@...
Send Email
Nov 4, 2005
8:35 am
1713
I'm trying to use a variable set from a perl script for setting up the yscale. This doesn't seem to be working. The graph looks fine if I use an autorange on...
dromeyn
Offline Send Email
Nov 4, 2005
5:49 pm
1714
Actually, kinda figured out that issue... But now I'm back to my original problem. As can be seen here... Today's data for some reason refuses to start prior...
Romeyn, Derek
dromeyn
Offline Send Email
Nov 4, 2005
6:06 pm
1715
Some reason I had to read in the YMAX variable again? Somehow it got lost during the creation of the graph. Put another one of these before reading in the...
Romeyn, Derek
dromeyn
Offline Send Email
Nov 4, 2005
7:05 pm
1716
Note to self, re-read manual (it's been a couple years)... XMIN XMAX YMIN YMAX Set by proc areadef to the limits in scaled units, of the plotting area. I'd...
Romeyn, Derek
dromeyn
Offline Send Email
Nov 4, 2005
7:07 pm
1717
Hi, a quick response (I haven't absorbed the entire scenario yet): YMAX is a "reserved variable name" -- proc areadef sets it ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Nov 4, 2005
7:23 pm
1721
... Is anyone moderating this group? The group owner can make it so new subscribers must be approved, which is apparently the only way to run a spam-free...
Jan Steinman
bytesmiths
Offline Send Email
Nov 8, 2005
6:14 pm
1722
Hi, Scott got ploticus compiled on his AIX 5.3 64 bit platform, and sent in the binary, so I've made it available on via the download page. (X11 is disabled) ...
stevegrubb1
Offline Send Email
Nov 8, 2005
8:00 pm
1723
Jan, sorry about the noise. I don't see it here because of home site spam filtering. I've changed the group settings so that I'm the designated moderator. If...
stevegrubb1
Offline Send Email
Nov 8, 2005
8:05 pm
1724
Hi! I am using following script to create a graph, but it looks strange: The ends of the lines in the graph are connected with the beginnings. What might be...
jovvany
Offline Send Email
Nov 14, 2005
2:26 pm
1725
Hi, could you forward your input data set, then I can try to diagnose it here. Thanks, Steve ... Stephen C. Grubb scg@... x-6633 ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Nov 15, 2005
1:43 pm
1726
Jochen, Probably due to: when translating to the various output devices there can be rounding artifacts (etc.) especially with small objects. There has been...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Nov 15, 2005
3:46 pm
1727
Hi, yes this occurred too with something I was doing, so I'll put it in as a bug. There shouldn't be a "circuit breaker" message when no stubs/tics are being...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Nov 15, 2005
3:47 pm
1728
Yes, thank you! See attachment. ... __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com...
Kalin Eftimov
jovvany
Offline Send Email
Nov 15, 2005
3:47 pm
1729
I'm trying to plot filesystem usage on a NAS device. Not really relevant but there you go. I'm trying to use the stack prefab. I'm expecting to get a large...
nofreeidshere
Martin.Rohrbach@...
Send Email
Nov 25, 2005
5:26 pm
1730
Hi! Is it possible to change the color of only one line in the grid? It is the horizontal line beginning at number 1(y). Numbers go up to 10(y). I have set up...
jovvany
Offline Send Email
Nov 28, 2005
2:23 pm
1731
Kaln, if you're writing a ploticus script you can easily do this by creating the grid then later use proc line to draw the red line on top of an existing blue...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Nov 28, 2005
6:44 pm
1732
Hi, you didn't specify a yrange, so ploticus is using a Y axis range automatically determined from the range of your data (from 930,000 to 975,000). If you...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Nov 28, 2005
7:17 pm
1733
Hi Steve, terribly sorry, you are of course right. I stared at the graph for too long so I didn't even see the Y axis _NOT_ starting at 0. Thanks for the help....
nofreeidshere
Martin.Rohrbach@...
Send Email
Nov 30, 2005
1:15 pm
1734
I am creating a stacked horizontal bar graph to display various categories as a percentage of the whole (in other words, the sum of all categories for each...
schonbach
yahoo@...
Send Email
Dec 6, 2005
2:16 pm
1735
Hi, I understand your question. A "labelselect" attribute, where you could specify a condition for label printing, would be useful.. I'll add it to my todo...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Dec 9, 2005
2:40 pm
1736
I have looked through the prebuilt scripts and the test dir and I can't find an example of the syntax I am looking for... though it seems a very obvious...
de_anander
Offline Send Email
Dec 21, 2005
2:18 pm
1737
Hi, the way I would do this is to use the "select" attribute of your plotting proc. For instance if you are doing lineplots: #proc getdata ... #proc areadef ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Dec 21, 2005
6:13 pm
1738
I have been looking at the compare prefab to plot bar graphs. However, I noticed that the prefab only seems to support labelling for two sub-categories (in the...
Niraj Tolia
ntolia79
Offline Send Email
Dec 22, 2005
2:21 pm
1739
Hi Niraj, the 'compare' prefab only handles 2 subcategories, and there are no plans to extend this. You might try running the prefab with 2 subcategories and...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Dec 22, 2005
7:50 pm
1740
ploticus segfaults when the name of its input script file is too long: $ ploticus...
Andrew Schulman
andrex593
Offline Send Email
Jan 2, 2006
3:54 pm
Messages 1702 - 1740 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