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. ...
Stephen Grubb
Stephen.Grubb@...
May 26, 2009 5:41 pm
2202
... I think your compile line may be wrong. Try doing $ cc -o test /sw/lib/libploticus.a -lz -lm /usr/X11/lib/libpng.la /usr/X11/lib/libX11.la api_examp.c (is...
Platonides
platonides@...
May 27, 2009 6:54 pm
2203
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...
craiglbruce
craigbruce@...
Jun 23, 2009 3:41 pm
2204
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...
Thanks! I'll include these notes, and the FPIC Makefile mods in the next release. -Steve ________________________________________ From:...
Stephen Grubb
Stephen.Grubb@...
Jul 15, 2009 5:58 pm
2206
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...
Joshua Simons
jsimons@...
Jul 24, 2009 6:02 pm
2207
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...
travis_bear
travis_bear@...
Jul 24, 2009 6:02 pm
2208
Hello Josh, short answer - you are getting the expected behavior ploticus uses native x11 fonts, and x11 doesn't support vertical text. Steve ...
Stephen Grubb
Stephen.Grubb@...
Jul 27, 2009 3:03 pm
2209
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...
dpa2te
dpa2te@...
Jul 27, 2009 3:03 pm
2210
Hello, use something like this: yinc="100 1000" this should put a stub every 100,000 but show numbers in the 100's (native value divided by 1000)... you...
Stephen Grubb
Stephen.Grubb@...
Jul 27, 2009 3:03 pm
2211
Thank you Steve. That was a very useful suggestion. The charts look great now. -Travis...
travis_bear
travis_bear@...
Jul 28, 2009 7:54 pm
2212
Hello, can you supply an example of an "array plot" (such as a url). I'd like to know exactly what these are. -Steve ________________________________________...
Stephen Grubb
Stephen.Grubb@...
Jul 28, 2009 7:55 pm
2213
Steve, It looks like X11R6 added some matrix transformation capabilities to its fonts support, so it may be possible now to write the text vertically. See this...
Joshua Simons
jsimons@...
Jul 28, 2009 7:55 pm
2214
Hello, first of all, sorry to be late but I was off for a few days. Well, the rigth word should be "table" : I would like to draw tables such html can do but...
dpa2te
denis.patte@...
Aug 11, 2009 8:42 pm
2215
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...
beribboned
ben@...
Aug 13, 2009 5:21 pm
2216
have a look at http://www.thregr.org/~wavexx/software/trend/ or you might be able to modify http://gapcmon.sourceforge.net/ ( I know this group is for...
beribboned
ben@...
Aug 13, 2009 6:15 pm
2217
Hello, The underlying engine has this capability but the scat prefab does not. You can easily add it... go into your ./prefabs directory and edit scat.pl......
Stephen Grubb
Stephen.Grubb@...
Aug 13, 2009 6:15 pm
2218
Ok, the sizefield and sizescale worked as advertised. I haven't got the colorfield to work yet: datafile: 3 3 20.45 black 5 1 1.00 blue 0...
beribboned
ben@...
Aug 18, 2009 4:21 pm
2219
Hello Ben, I tried your example and the colors seem to work here, using x11 and image output formats... see attached img. echo "3 3 20.45 black 5 1 1.00 blue 0...
Stephen Grubb
Stephen.Grubb@...
Aug 18, 2009 4:47 pm
2220
Is ps/eps output incompatible with colorfield? I searched and did not yet find that restriction....
beribboned
ben@...
Sep 1, 2009 11:54 am
2221
I am making a concept chart using the #proc annotate method based on the "simple E-R diagram" example on http://ploticus.sourceforge.net/doc/clickmap.html When...
beribboned
ben@...
Sep 1, 2009 11:55 am
2222
Hello, did you try increasing -pagesize ? Steve ________________________________________ From: ploticus@yahoogroups.com [ploticus@yahoogroups.com] On Behalf Of...
Stephen Grubb
Stephen.Grubb@...
Sep 9, 2009 4:59 pm
2223
Hello, Are you able to get the desired results if you produce an img? If so, then it indicates that the problem may be specific to ps/eps. Let me know,...