... Then I will move the gprintf declaration (without `static`) to "protos.h", section /* Prototypes from file "graphics.c" */ "protos.h" is included by...
2458
Lars Hecking
lhecking@...
Apr 29, 1999 11:47 am
... protos.h ... Generic or potentially generic routines like gprintf() should be moved out of files like grphics.c. [[[[ unsubscribe from info-gnuplot-beta...
2457
David Denholm
daved@...
Apr 29, 1999 10:33 am
... You dont ! It is very bad form to include an extern statement in a .c file, because the compiler cannot cross-check. ... That's correct. I recommend i)...
2456
Alexander Mai
st002279@...
Apr 29, 1999 8:32 am
... I prefer to keep things simple. I think using the 'absolute39; version is sufficient for any usage within the current capabilities of gnuplot. -- Alexander...
2455
Petr Mikulik
mikulik@...
Apr 29, 1999 6:26 am
Franz Bakan has implemented communication gnupmdrv -> gnuplot. Thus now all mousing (zoom) and hotkey actions issued from gnupmdrv (grid, log y) work smoothly,...
2454
Jürgen v.H
Apr 29, 1999 6:09 am
... with respect to using keywords in set commands: set fontscale abs set fontscale rel ?? juergen [[[[ unsubscribe from info-gnuplot-beta via...
2453
Petr Mikulik
mikulik@...
Apr 29, 1999 6:09 am
I'd like to typeset the z min and z max values below and above the colour box of pm3d using the format for z tics labels. I figured out that instead of char...
2452
Lars Hecking
lhecking@...
Apr 28, 1999 8:48 pm
I have uploaded a first shot at SGMLisation of the docs to ftp://ftp.ucc.ie/pub/gnuplot/testing/sgml.tar.gz The archive contains (an incomplete version of)...
2451
Stefan A. Deutscher
stefand@...
Apr 28, 1999 10:36 am
... Right. And rfontscale would be better for scaling the whole figure to a different size quickly as needed, say, if I want in a multiplot all titles to be...
2450
Petr Mikulik
mikulik@...
Apr 28, 1999 10:15 am
... I would prefered this case (b), i.e. relative size wrt global font size. ... Silently ignored. ... This would be the best. afontscale would be more useful...
2449
Lars Hecking
lhecking@...
Apr 27, 1999 7:30 pm
Hi all, I have made these patches available as ftp://ftp.ucc.ie/pub/gnuplot/testing/3.7.mkg.patch.errorlines ...
2448
Hans-Bernhard Broeker
broeker@...
Apr 27, 1999 5:03 pm
... That's a well-known bug in version 3.7.0, which has been fixed already in the more recent 3.7.0.x beta-releases. The source-level patches are available at...
2447
Lars Hecking
lhecking@...
Apr 27, 1999 5:02 pm
... I believe this is fixed. Please try ftp://ftp.gnuplot.vt.edu/pub/gnuplot/patches/fit-lastparm.fix.990223 or ...
2446
Jeferson J. Arenzon
arenzon@...
Apr 27, 1999 4:37 pm
Hi, I notice what seems to be a bug on version 3.7: when using a function f(x)=constant to fit some data, the plotted line is different from the constant on...
2445
Stefan A. Deutscher
stefand@...
Apr 27, 1999 9:57 am
Ooooops, sorry, I just noticed that I goofed, that is, that Dick's patch _is_ implemented and works as (not yet in the docs) advertised with the proper syntax:...
2444
Stefan A. Deutscher
stefand@...
Apr 27, 1999 8:35 am
... That would be nice. However, it would have to be defined what set fontscale 0.5 set fontscale 0.3 will do: (a) Should it act on the current font size,...
2443
Petr Mikulik
mikulik@...
Apr 27, 1999 7:21 am
... Multiplot mode lets you `set size x,y`, but it does not scale the text size. This is OK when graphs of the same size are plotted on one sheet, but this is...
2442
crawford richard
u600256@...
Apr 26, 1999 6:33 pm
... Okay. I've added the lines If a `splot` draws only on the base, as is the case with "`set nosurface; set contour base`", then the verticals and the top...
2441
crawford richard
u600256@...
Apr 26, 1999 6:13 pm
... It doesn't have anything to do with the terminal: Try the following: plot x; set xlabel 'x' replot 1/0; set ylabel 'y' replot; set title 't' replot I'd...
2440
crawford richard
u600256@...
Apr 26, 1999 5:27 pm
On Fri, 23 Apr 1999 Daniel H. Luecking <luecking@...> wrote: [snip] ... Yes, the comma in "set title" is in the wrong place. Also, the "<,size>" in...
2439
Petr Mikulik
mikulik@...
Apr 26, 1999 7:23 am
... The advantage of this version is that the border is switched off automatically for maps (on bottom). However, this is not documented in `help set...
2438
Lars Hecking
lhecking@...
Apr 25, 1999 8:14 pm
... We don't generally provide executables for *nix systems because most systems come with a compiler or can use gcc. If you have problems configuring and...
2437
Patrick Roberts
gt0398b@...
Apr 25, 1999 8:05 pm
I am looking for an executible version of GNUPLot. My search through the releated Dartmouth web pages hasn't found anything like this. Is there such a...
2436
Lars Hecking
lhecking@...
Apr 25, 1999 7:49 pm
Is this a bug or a "feature"? Any ideas? ... [...] I'm trying to add some functionality to a terminal, so I want to pass something like set term post; set out...
2435
Alexander Mai
st002279@...
Apr 24, 1999 9:07 pm
On Mon, 19 Apr 1999 15:04:20 +0100, Petr Mikulik wrote: [...] ... Well, I think I was involved here. But all I could remember is that it wasn't straightforward...
2434
William D Kirby
wdkirby@...
Apr 24, 1999 8:57 pm
I have not seen anyone making a Windows version of Petr Mikulik's great looking pm3d update. I have started an attempt do get the update working. However, the...
2433
David Denholm
daved@...
Apr 24, 1999 6:23 pm
... Most of the terminal driver functionality is used from graphics.c (2d) / graph3d.c (3d) When the docs say that a font applies to only *that* particular...
2432
Lars Hecking
lhecking@...
Apr 24, 1999 5:26 pm
... c_token is an index into the tokenised input line. Ie. it's an int. See command.c around line 145. ... The general rule is: double-quoted strings like...
2431
Daniel H. Luecking
luecking@...
Apr 23, 1999 8:53 pm
[I was directed to this list for these questions. If it is off-topic, please let me know and, if possible, point me in the right direction.] I am writing a...
2430
Alexander Mai
st002279@...
Apr 23, 1999 11:28 am
... Why not ?! ;-) At least it would be more consistent and intuitive. I never ran across it, but vote to fix/change it. -- Alexander Mai ...