Is there a way (using prefabs) to create a bubble plot which is essentially a scatterplot in which the plotting symbol diameter or area is proportional to a...
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...
Hi, i'm looking for a simple way to draw arrays directly in png format. I thought a "proc array" would exist in Ploticus but i didn't find it. I tried to do it...
I used the second prefab dist example in the handbook as a reference: http://ploticus.sourceforge.net/doc/prefab_dist_ex.html and created my own histogram. My...
Hi, I am using ploticus 2.32 with the lines prefab to graph network bandwidth use. The numbers involved have many digits, typically 6 or 7. By default...
pyPloticus is a python wrapper for libploticus. On my Mandriva 2009.1 system I was having trouble with an undefined symbol error after compiling libploticus...
Bug report for 2.41 1. src/apitest.c is missing some headers: #include <stdlib.h> #include <string.h> 2. Compiling a static lib with X11, works, but when...
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. ...
ploticus 2.41-Mar2009 (unix) legend labels in #proc bars end on first white space. Example: legendlabel: Northeast region outputs only: Northeast Is string...
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...
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...
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...
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,...
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...
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...
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.... 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...
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...
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...
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 Steve, Been trying to track down an invalid free when using legends and headers with the prefabs: *** glibc detected *** /usr/bin/ploticus: free(): invalid...
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....
Hi Steve, When I use the scat prefab and autow=yes, the pearson coefficient vars disappear from the plot. If I remove autow=yes, they pop back up. I tried...
... From: frantisek gajdosik Date: Wed, Feb 4, 2009 at 8:43 AM Subject: Ploticus processdata & getdata thoughts Hallo Steve, I'm using your wonderful ploticus...
Hi Steve, Just wondering if the source code is hosted on a publicly accessible SVN or CVS repository. As part of my New Year's resolution, I've started giving...
Version: pl240win32 Â Just new to Ploticus - looks very promising. Im looking for GNUplot alternative as finished charts look a little amateurish. Had a few...
Hi, I'm tabulating and plotting the number of events per hours of a day. The input data looks like this: 00:00:06 00:00:11 00:00:13 00:00:13 00:00:27 00:00:31 ...