Here's a thread I'm passing on to the group. It's not clear to me what's going on here. -Steve ... Date: Wed, 1 Sep 2004 08:39:21 -0400 (EDT) From: Stephen...
The subject just about says it all - if anyone wants one you can get it at http://www.fusionitltd.co.uk/ploticus/pl_230_Win32_Cygwin.zip . Unzip all to the...
Thanks Jamie, I've also taken a copy of the zip file and posted it on the ploticus site. ... Stephen C. Grubb scg@... Scientific Software Engineer, The...
Hi, another fairly obscure issue I ran across yesterday.. if you do a #proc usedata original: yes but your current data set is _already_ the original data set,...
Hi, A minor issue was noticed when rendering the bars1 gallery example in SVG using ploticus 2.30. The error message "bad CSS property or descriptor ...
Downloaded the Linux source tarball, changed the Makefile to point to the 64 bit X11R6 lib ( XLIBS = -L/usr/X11R6/lib64 -lX11 ), ploticus compiles clean but...
hello, fellow Ploticus fans I'd like to add a "footnote", something like..say "Powered by GNU Ploticus" on the BOTTOM right or left corner of the chart How to...
Hello all, My very FIRST time playing with pl scripting. I have achieved how I need the chart to look : http://tinypic.com/4hxdy As you can see - I have 3...
Scott, Do you get any output when you run w/ the -debug option? Do you see the new window at all? What about GD.. which configuration did you build with (eg....
Robert, if you're writing a script, you can use something like this: #proc annotate location: min+0.1 min+0.05 text: Powered by GNU ploticus If you're using...
Hi, ... you're trying to mix features of ploticus scripts with ploticus prefabs. if you want to generate graphics using stock1.htm you need to specify ...
Robert, in proc page you only need to specify "landscape" if the chart will be output in paginated postscript. Otherwise, I don't see anything in the script to...
Steve, please go ahead and put this script as Example (all files updated & re-attached) Also, there is quite a bit of white space above the chart, how can I...
Robert, it would probably be good to change the point size of your stubs (etc.) from 18 to 12... the gd ascii fonts don't go up to 18, but I think this is ...
Robert, see the figure on http://ploticus.sourceforge.net/doc/textdetails.html showing the available text sizes. the GD package (which ploticus uses) only...
Scott, it appears that it's crashing during the read data / parse data / fill data structure operation.. proc_getdata.c or parse.c .. the only way I can think...
yautorange: datafields=eto,precip I don't understand the above. Someone clarifies this for me pls. How can you, or why would you have Y-axis range mapped over...
Robert, situations where you want to do this: - if you're doing error bars on data points (combomode=hilo) - if you're doing stacked bars (combomode=stack) -...
... Your call. I'm more than happy to work with you on getting a working 64 bit running. If you decide you want to give it a shot, email me the stuff and I'll...
This is how I currently invoke pl, with "-croprel" parameter C:\temp>plpng -png -f plot1.htm -croprel 0, 0.1, 0.2, 0 Doc indicates one can put croprel in the...
http://ploticus.sourceforge.net/doc/web.html " Images may be created with 'transparent' background by setting the background color to transparent. This allows...
Robert, command line usage is like this: -croprel 0,0.1,0.2,0 (no embedded spaces in the coordinates group) within proc page, the usage is like this: #proc...
Robert, I would use this: #proc page backgroundcolor: transparent so that the entire background is transparent. Steve ps. I seem to remember some issues with...