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 281 - 311 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
281
hey! i want to know whether we can draw more than one garph on the same page. if that is the case what will be proc areadef lets consider i want to draw a...
SARAV <dolphins0601@....
sarav_anshul
Offline Send Email
Jan 3, 2003
12:21 pm
282
hi steeve there is one more query ......... suppose i want to plot a line by performing 'row operartions' and want to subtract all the column element of 2nd...
SARAV <dolphins0601@....
sarav_anshul
Offline Send Email
Jan 4, 2003
7:18 am
283
one could accomplish this with an pre-processing awk script to get your data into the desired format. it would take a better explanation of the problem for me...
dylan
debeaudette@...
Send Email
Jan 6, 2003
6:33 am
284
I've been informed that the ploticus C api (which had its debut recently with release 2.10) has some problems when the library is invoked multiple times, eg. ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 7, 2003
1:00 pm
285
Hello!, First of all... congratulations and thanks for your work! :-) I have ported ploticus to the Amiga platform, and I release it to my hp (see below), I am...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 7, 2003
1:02 pm
286
Sarav, a number of the ploticus gallery examples do this. One is: http://ploticus.sourceforge.net/gallery/scatterplot7.htm You can invoke proc getdata any time...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 7, 2003
1:15 pm
287
Ploticus works ok from the command line with the parameters extracted from this URL: http://localhost/cgi-bin/pl.exe?cgi=1&-debug&-prefab% ...
g868avx <knowledgewor...
g868avx
Offline Send Email
Jan 9, 2003
12:50 am
288
Bernard, I believe the problem is in your URL. "-prefab" and "lines" must be given as two separate cgi user vars. Try this: ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 9, 2003
11:47 am
289
... Spot on, Steve. It worked like a charm. I had been confused by the use of %20 in the example line given in the "Direct CGI" page (I see how the confusion...
g868avx <knowledgewor...
g868avx
Offline Send Email
Jan 9, 2003
6:35 pm
290
Hello! I'm a couple hours new to Ploticus, but it looks like a lot of fun already! I'm interested in generating dotplots for simple comparisons of univariate...
jsandppr <jsandppr@...>
jsandppr@...
Send Email
Jan 11, 2003
8:46 am
291
I have problems when trying to produce a wbmp. When I use a tightcrop or a croprel of 0.02 or smaller (with cm units), then the resulting image has fore- and...
Lukas Zimmermann
lukas.zimmermann@...
Send Email
Jan 11, 2003
3:21 pm
292
I've spent a few more hours at it, and have figured out most of my questions. The dotplots I've got look great! Really spectacular in SVG format! I just...
jsandppr <jnoble@...>
jsandppr
Offline Send Email
Jan 14, 2003
1:27 am
293
I'd like to produce a plot presenting data from last hour. It may happen that the one hour range crosses the day boundary. So I have to use datetime as the ...
Lukas Zimmermann
lukas.zimmermann@...
Send Email
Jan 14, 2003
2:51 am
294
Lukas, Ploticus produces wbmp (also png, jpeg, etc) via the GD library (www.boutelle.com/gd). Cropping is done by doing an image copy. I'm not sure what's...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 14, 2003
1:01 pm
295
Hi Stephen A powerful free and open source image manipulation and viewing package for X11 and Win32 is ImageMagick ( http://www.imagemagick.org ). It has the...
Lukas Zimmermann
lukas.zimmermann@...
Send Email
Jan 14, 2003
5:48 pm
296
Hi all, I am using distribution ploticus-2_02-1_i386.rpm under RedHat v 7.3. I am trying to plot temperature data for a 5 day period as well as plotting all...
macro_scope <macro_sc...
macro_scope@...
Send Email
Jan 16, 2003
5:37 pm
297
Sorry, I did more on this... This is included in a CGI script, so I couldn't see stderr output. I have now redirected this to a file and I see that ploticus...
macro_scope <macro_sc...
macro_scope@...
Send Email
Jan 16, 2003
5:48 pm
298
If you look at the docs of 2.10 "What's new" then you find: # New - Data capacities are now dynamic and can be raised at runtime using command line options...
Lukas Zimmermann
lukas.zimmermann@...
Send Email
Jan 16, 2003
11:14 pm
299
Hi All: I was wondering if anyone knows of any development project that involves writing Python wrappers for ploticus. Any inputs on this are welcome. Thanks,...
sdavid153 <sdavid153@...
sdavid153@...
Send Email
Jan 17, 2003
5:38 pm
301
Is there a way to change the background color in a prefab, or even in all prefabs? The prefabs are great, BTW! - Robin Duggar...
Robin Duggar <rduggar...
rduggar
Offline Send Email
Jan 22, 2003
8:31 pm
302
Yes, the -backcolor command line option should do it, eg. pl -prefab chron ... -backcolor tan1 The command line args (such as -backcolor, -font, -color) as...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 23, 2003
11:36 am
303
Hallo, I have to generate a diagram similar to timeline1a from your gallery, but much bigger. The number of horizontal bars will be up to 200 and the colors of...
weihnachtskarpfen <re...
reisswolf@...
Send Email
Jan 28, 2003
10:20 pm
304
An additional thought: I could put the color into a data field, e.g. into column 4: Label1, 2003-01-01, 2003-01-29, powderblue Label2, 2002-12-12, 2002-12-24,...
weihnachtskarpfen <re...
reisswolf@...
Send Email
Jan 28, 2003
11:55 pm
305
Okay, still working on it. I get closer and closer... ;) I now have the following test file: #proc getdata file: mg2.dat showresults: yes filter: ##set COLOR =...
weihnachtskarpfen <re...
reisswolf@...
Send Email
Jan 29, 2003
12:51 am
306
i want to plot the data from a file containing 7 fields per record i used the command pl -prefab lines data=data.out x=1 y=2 y2=3 y3=4 y4=5 y5=6 y6=7 At the...
kiran_vec <kiran_vec@...
kiran_vec
Offline Send Email
Jan 30, 2003
4:56 pm
307
Kiran, The 'lines' prefab can handle from 1 to 4 curves. To go beyond that, you will need to write a script. -Steve ... Stephen C. Grubb scg@... ...
Stephen C. Grubb
stevegrubb1
Offline Send Email
Jan 31, 2003
11:48 am
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
Messages 281 - 311 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