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...
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...
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@...
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...
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...
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...
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...
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:...
Lukas, Since horizontal space seems to be a consideration, you might consider using vertical stubs. Note that, with datetime scaling, the basic underlying unit...
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@...
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...
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...
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 ...
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...
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...
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@...
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...
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 ...
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 )...
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...
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...
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@...
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@...
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...
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@...
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 ...