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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 308 - 337 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
308
Is it possible to define xrange in proc areadef for either last 7 days or even just 7 days, instead of using specific dates (rather not use even day of week...
Robin Duggar <rduggar...
rduggar
Offline Send Email
Feb 5, 2003
4:52 pm
309
Robin, This should do it: #call $setdatefmt( mm/dd/yyyy ) [or whatever..] #set xmax = $todaysdate() #set xmin = $dateadd( @xmax, -7 ) #proc areadef ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 5, 2003
5:37 pm
310
Steve, Thanks SO much! - Robin ... not ... it ... http://docs.yahoo.com/info/terms/...
Robin Duggar <rduggar...
rduggar
Offline Send Email
Feb 5, 2003
6:24 pm
311
Steve, I've looked at all the examples, and played around a bit. However, I can't seem to find the way to do something. Please help. I need to graph the...
Robin Duggar <rduggar...
rduggar
Offline Send Email
Feb 5, 2003
11:23 pm
312
hi, I found Ploticus a very usefull graphing utility. I have the source code which was in plsrc210win32.zip. Is tired to compile the project in windows. But it...
Vikram Dererbail <vic...
vickyderebail@...
Send Email
Feb 11, 2003
6:47 am
313
Vikram, 1. use the mingw tools to compile (http://mingw.sourceforge.net) 2. X11.h is part of X windows, a unix-based GUI windowing system. It is generally not...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 11, 2003
12:54 pm
314
Robin, the following script should do what you want. It uses clustering and a simple loop, and should be scalable to additional interfaces if desired. The...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 12, 2003
2:31 pm
315
Dylan, I took a look at your http://fungus.ucdavis.edu/weather web site. It looks like you found how to adjust the legend (using the location attribute). On...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 12, 2003
2:57 pm
316
David, You're right, the bar labeling code can only do one or the other. I can't recall if you were doing clustered or stacked bars, but if not, a workaround...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 12, 2003
3:03 pm
317
Can someone help me what is wrong with my script?? //This is my htm file <html> #proc page #if @DEVICE in png,gif scale: 0.8 #endif #proc getdata file:...
raghu <raghukrreddy@....
raghukrreddy
Offline Send Email
Feb 12, 2003
4:07 pm
318
Lukas, Since horizontal space seems to be a consideration, you might consider using vertical stubs. Note that, with datetime scaling, the basic underlying unit...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 12, 2003
4:36 pm
319
The other problem that I noticed is that 99 only has 3 quarters, whereas all the other years have 4, is this some sort of new calendar adjustment? ... -- Kevin...
kevin mulholland
kevin.mulholland@...
Send Email
Feb 12, 2003
4:44 pm
320
Thomas, You indicated that you wanted to do as many as 200 bars, all with different colors, similar to the timeline1a.htm example. proc bars renders bars in...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 12, 2003
5:51 pm
321
I want to pass 2 variables to the command line that calls on Ploticus to make the graphs. The two variables I need are for the filename under #procgetdata...
Sheahan, John (PCLN-NW)
johncsheahan...
Offline Send Email
Feb 12, 2003
8:29 pm
322
Can someone help me in giving information about using the function $$data_to_absolute( ). Problem: I plotted a line graph with a script. I want to draw a line ...
kiran_vec <kiran_vec@...
kiran_vec
Offline Send Email
Feb 13, 2003
3:56 am
323
John, You should be able to pass as many parameters as you want, using name=value Note that the parameter should be enclosed in quotes if there is any chance...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 13, 2003
12:45 pm
324
Kiran, you don't need to use the $data_to_absolute function. You can get the desired results by using #proc line, for example: #proc areadef rectangle: 1 1 4...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 13, 2003
12:53 pm
325
To all Ploticus and Python users: I have created a thin-layered Python wrapper for Ploticus. This provides a Python API for ploticus (a ploticus module for...
David Sathiaraj <sdav...
sdavid153@...
Send Email
Feb 13, 2003
4:56 pm
326
Steve, AWESOME!!! Now, I am trying to figure out how to use the getdata proc and the command function to populate the "for i in ___ " list. Can I assign the...
Robin Duggar <rduggar...
rduggar
Offline Send Email
Feb 13, 2003
10:10 pm
327
Hi Steeve, Here is my datafile peat2.txt. Thanks a lot for your help. ... web3,Mar-21-2002.05:08:00,13.8,43,2,32,62 web3,Mar-21-2002.06:08:00,14.8,43,2,32,63 ...
raghu <raghukrreddy@....
raghukrreddy
Offline Send Email
Feb 14, 2003
5:39 pm
328
Robin, No, you can't do that. You can do something like this however: #shell #processrows cat eri.tst|cut -d" " -f1|sort -u #endshell #while $shellrow( iface )...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 17, 2003
6:00 pm
329
A couple of problems noted. 1) the yaxis location spec involving "min" doesn't seem to be working due to a bug. I replaced it with an absolute location of 1.0...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 17, 2003
6:09 pm
330
Thanks a lot steeve, yes,the date of out of range. It is amaging software code. rag ... working due ... effect when ... pH, then ... axis ... is not...
raghu <raghukrreddy@....
raghukrreddy
Offline Send Email
Feb 19, 2003
4:03 pm
331
The image I am trying to create is a ellipse with 6 segements. I have the proper data in ascii files but do not know how to arrive at a soluttion. I have...
hle1000 <hedwards1@...>
hedwards1@...
Send Email
Feb 23, 2003
12:50 am
332
If members of this group have used proc drawcommands, I would appreciate an opportunity to review examples of their scripts. Previously, I have successfully ...
hle1000 <hedwards1@...>
hedwards1@...
Send Email
Feb 25, 2003
1:16 pm
333
Harry, Sorry for the continued confusion. Please be aware that proc drawcommands does not operate on data that has been read in via proc getdata!! Here's the...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 25, 2003
7:06 pm
334
#proc getdata file: ec01.dat delim: whitespace showresults: yes #saveas A #proc areadef rectangle: 3.8 1 4.3 2 xrange: 0 70 yrange: 0 40 frame: no xaxis.stubs:...
hle1000 <hedwards1@...>
hedwards1@...
Send Email
Feb 25, 2003
7:07 pm
335
Steve, thanks for your comments below where you state: Here's the general approach: It may be done manually or using a tool like perl, whatever.. 20.34 43.24...
hle1000 <hedwards1@...>
hedwards1@...
Send Email
Feb 25, 2003
8:57 pm
336
Harry, mov, lin, path, movs, etc. are low level "pen control" commands. I have updated the proc drawcommands manual page ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Feb 26, 2003
2:49 pm
337
Thanks, Steve for your suggestions and revised proc drawcommand explanations. Harry...
hle1000 <hedwards1@...>
hedwards1@...
Send Email
Feb 28, 2003
1:11 pm
Messages 308 - 337 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