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...
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...
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@...
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. ...
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...
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...
... 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...
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@...
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@...
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...
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@...
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...
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@...
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@...
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@...
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@...
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@...
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...
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...
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@...
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@...
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@...
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...
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...