Hi Steve, pagesize fixed it alright. But I ended up modifying the scat.pl prefab to just show the vars on the leftside of the chart so it will work everytime...
What format will ploticus accept for a format that includes TIME. 2/23/2009/14:33 Or thereabouts..I have to include time in my data over a long range of dates....
Jeff, The input file wasn't that big - only about 1kb. Its a moot point anyway. Just got a note from Steve that he confirmed it is a memory management problem...
Hello Fero, I was looking into this request more and realize that you should be able to currently do this as follows: #proc getdata ..... filter: .... #proc...
Hi there, I'm trying to figure out why the following boxplot keeps erroring out on me, any insight/fixes would be appreciated. ... #proc getdata data: A 500...
At the bottom of this message you will find a patch to fix #proc boxplot. I'm not sure how it ever used to work. The pf[] array was not declared with enough...
Daniel, thanks for locating and providing a fix for these problems. Apparently I overlooked the testing of median-based bars with a mean symbol too... sorry...
Stephen Grubb
Stephen.Grubb@...
Mar 19, 2009 2:47 pm
2181
Hello.... PATH tells linux where to find commands that you enter on the shell command line. To tell ploticus where to find prefabs files, you should NOT...
Hi Stephen, Below is a tiny patch for proc_lineplot.c against v2.41. The distributed version cannot contain spaces in the legendlabel field, this patch adds...
Hello, I'm new to ploticus and am trying to make the following plot. I have a list of 15-20 different global ecosystems (tropical rain forest, boreal forest,...
Why does this shell-construct not work in cgi-mode? It renders the plot, but without data. #proc getdata data: #shell psql -F, -t -ddatabase -Pformat=unaligned...
schatzer.johann
schatzer.johann@...
Apr 24, 2009 6:52 pm
2185
Hi, all, I'm interesting in writing a gui to run on linux/unix that will display a graph, which will be updated in real time, hopefully with a fairly fast...
pacificsymphony3
pacificsymphony3@...
Apr 24, 2009 6:54 pm
2186
Greeting All, Can someone knowledgeable enlighten me please !? I have an msdos (win cmd) .bat file that works perfect when started from a regular cmd session...
Here are some of my findings on PHP support so far: 1. Under win XP Apache needs to be configured to "interact with the desktop". This is a check box in...
... Does psql have permission to run and connect to the db as the user under which the cgi is run as?...
Platonides
platonides@...
Apr 27, 2009 5:28 pm
2189
Is there a current version of the python API? the link isn't working (though it is quite old). Thanks...
steve40j
steve40@...
Apr 27, 2009 5:28 pm
2190
Hello, To supplement what Johann said below..... - you should determine what UID your CGI process is running as (typically "nobody") ... and whether this UID...
Stephen Grubb
Stephen.Grubb@...
Apr 27, 2009 8:06 pm
2191
Hello, 1) see proc axis "stubvert" attribute for the labels 2) you can plot using different Y axis scales. The approach would be areadef plot areadef plot ...
Stephen Grubb
Stephen.Grubb@...
Apr 27, 2009 8:07 pm
2192
Hello Ben, Real-time or animated displays are pretty much outside of ploticus' intended scope. You might be able to cobble something together that refreshes...
Stephen Grubb
Stephen.Grubb@...
Apr 27, 2009 8:08 pm
2193
Stephen Grubb <Stephen.Grubb@...>: Thank you, grant select on table to www-data (my CGI process's UID) and it works. Hans ... -- Johann Schatzer...
Johann Schatzer
j.schatzer@...
Apr 30, 2009 6:18 pm
2194
Hi Steve, What commands exactly are suppressed by the noshell parameter? Does it work for both prefab and script modes? Does it prevent me from passing...
Hello Joel, The -noshell command line option is supposed to prevent any shell commands that a user might supply in a script, from being executed. I haven't...
Stephen Grubb
Stephen.Grubb@...
May 6, 2009 6:38 pm
2196
ploticus 2.41-Mar2009 (unix) legend labels in #proc bars end on first white space. Example: legendlabel: Northeast region outputs only: Northeast Is string...
Johann Schatzer
j.schatzer@...
May 12, 2009 1:50 pm
2197
Hello, a bug fix applicable to version 2.41 has been posted. http://ploticus.sourceforge.net/doc/news.html Description: 12 May 2009 - bug fix - the...
Stephen Grubb
Stephen.Grubb@...
May 12, 2009 2:29 pm
2198
Hello Hans, this is a bug. legendlabel should accept the entire line. It looks like there's a similar problem with legendlabel in proc lineplot and in a few...
Stephen Grubb
Stephen.Grubb@...
May 12, 2009 2:29 pm
2199
I use Fink Commander for installation of ploticus2. Should I install ploticus or ploticus-nox. I aim to use ploticus mainly whith funtion calls in...
gusten.gren
gusten.gren@...
May 26, 2009 4:05 pm
2200
Hello Mac OS C-programmers using ploticus Plotting graphs in C-code-programs. I have downloaded Ploticus via Fink. My path and library looks lika this. ...
Hello, I can't help with the mac compile issues but can confirm that the *-nox version has all references to X11 removed, and is only for generating png, etc. ...