Testing of the Cygwin WIN32 version of the latest cvs snapshot the following script still causes an access violation. It is taken from the pm3d demo.gp set. I...
I have some time to work on an MFC-friendly Visual Studio Workspace for Gnuplot. Looks like there have been quite a few changes since that last snapshot...
When running the prepare script to recreate some files I get: ./prepare autoheader: error: shell error while sourcing /tmp/ahgrzz8e/traces.sh I'm using...
[Note: redirecting this to the developers39; mailing list, where bug reports about the development version are supposed to go, rather than the users' mailing...
[Taking this over to gnuplot-beta...] ... Lemme explain the gore details. The problem is one that has been noticed before. It's a complication caused by...
Hans-Bernhard - Thank you very much for your ideas on creating what you call a "fence" plot. I decided it was sufficiently non-obvious that it should be ...
The following part of the pm3d demo.gp fails in a Win32 build with Cygwin v1.3.2 when a hidden3d command is used. Failure meaning complete crash on a Windows...
Using either of two recent CVS versions of gnuplot, Version 3.8e patchlevel 1 last modified Mon Dec 18 09:25:03 CET 2000 System: Linux 2.2.19-6.2.1smp or ...
*YOU* can "help terminal x11" by implementing rotated text! Or do X11 people prefer all labels horizontal? OS/2 terminal can rotate text, Windows terminal can,...
PC-VERDIENST DURCH E-MAIL SENDEN ... Arbeiten Sie mit Ihrem PC und verdienen Sie GELD von zu Hause aus ! Sie knnen innerhalb der nchsten 90 Tage mehr als...
Please try the following script: set size 1,0.5 set pm3d map set origin 0,-0.08 splot x*y set term push set term post; set out 'a.ps'; replot set term gif; set...
A colleague has found the following bug: set yrange [1e-7:1e-2]; set logscale y 10.0 set format y "%L" plot 1/x => there are only even-number labels. The...
Hello, everybody A user just reported and pretty much isolated a nasty bug in the X11 ... set terminal postscript set output 'tmpf1.eps39; p x set terminal x11 0...
Hi there, I need the possibility to substract two curves. Nice would be: pl "data1.txt" - "data2.txt" Sure, I know that this doesn't work -- unfortunatly! Only...
Hi all, here I am still on 3.7.1, but just a quick question: Should this work: plot "matrix.dat" using 1:(($2==0)?getidx(3,3):1/0) matrix.dat contains a matrix...
Hello, all as those subscribing the SF CVS mails will have noticed, I just checked in a set of changes to reduce the occurences of magic number in the source ...
Hi, gnuplot 3.7.1 on Linux prints 1e-6 as 10e-7 when using the %t/%T format: set xra [-2e-6:2e-6] set format "%.0t e%T" plot x Is this corrected in a newer...
Some warnings I always see here: 1) cc: Warning: ../term/tgif.trm, line 1516: In this statement, the referenced type of the pointer value "TGIF_colours[i]" is...
[Redirecting this from 'bugs' to the development list, where it properly belongs...] ... Because gnuplot's output model still is a pen plotter, which simply ...
[deutsche Version am Ende dieser Mail] Dear program author, The German computer magazine c't will publish a major freeware and shareware overview in its...
Hi, I want to plot a file containing a text -made of single characters- and a numeric column, and I want the text to show on the X axis instead than just...
This was originally for Lars Hanke who has written the interplo package in gnuplot, but I can't join him vi e-mail !! Would you then answer the few questions ...
The following proposed fix moves the WaitMessage() call in wpause.c to allow the pause message window to respond to a carriage return (CR), and still have the...
On a RH 6.1 system I get the following: ... Version 3.8f patchlevel 0 last modified Mon May 7 19:02:25 CEST 2001 System: Linux 2.2.12-20 ... gnuplot> show...
... My first thought was simply to use "set nosurface". This gets rid of the x/y plane at z=0, but for some reason I don't understand this also turns off the...