... It doesn't have to do it in term->options() already. ... It's not the *initialization* (to default values) that makes the problem, it's the change, once...
Hans-Bernhard Broeker
broeker@...
Mar 2, 1998 12:29 pm
875
Thank you very much, Mr. Broeker, and Mr. James R. Van Zandt also. I carefully read your messages. But I'm not an experienced C programmer and I can't figure...
Yong Huang
yong@...
Mar 2, 1998 4:53 pm
876
... flag was wrong for this patch. The correct flag ought to have been '-p0'. That's why you got the 'File to patch:' prompt. Moreover, it seems I forgot to...
Hans-Bernhard Broeker
broeker@...
Mar 3, 1998 5:49 pm
877
Hello friends, After an update of a Linux system to Redhat 5.0 I found an easy way to get a segmentation fault with gnuplot (beta 340, with GNU readline to be...
Konrad Bernloehr
bernlohr@...
Mar 4, 1998 6:02 pm
878
Hallo, Konrad,
and Hi, gang!
[For you guys on the beta list: Konrad sent me a problem report
regarding fit. I investigated, and come up with a fix. The patch...
Hans-Bernhard Broeker
broeker@...
Mar 4, 1998 8:08 pm
879
... The point symbols are there. It's just that they're so small you (almost) can't see them. The culprit line in the output is this: \psset{dotsize=.01} ...
Hans-Bernhard Broeker
broeker@...
Mar 4, 1998 8:09 pm
880
... <snip> ... <snip> ... I suspect this is a RedHat problem. It doesn't happen under Solaris and SunOS (GNU readline 2.1). On Linux-m68k, RedHat 5.0...
Lars Hecking
lhecking@...
Mar 4, 1998 10:54 pm
881
Concerning my recent problem report ... ... I linked gnuplot with the malloc() debugger library ElectricFence and found a bug in function define() in command.c...
Konrad Bernloehr
bernlohr@...
Mar 6, 1998 2:20 pm
882
I made some effort to add mouse support for the OS/2 PM terminal of gnuplot, since I would really like to use the features like "show the peak position", "zoom...
Petr Mikulik
mikulik@...
Mar 6, 1998 2:20 pm
883
Hi, everyone Recently, I started to investigate compilation of beta 340 with my newly acquired 16bit MSDOG Windows compiler (Borland 3.1). It turned this was ...
Hans-Bernhard Broeker
broeker@...
Mar 6, 1998 4:44 pm
884
Hello, everyone As announced in my other mail today, I've started investigating into a possible 16-bit Windows build of beta340 (using Borland C 3.1). My goal ...
Hans-Bernhard Broeker
broeker@...
Mar 6, 1998 5:02 pm
885
... This sound reasonable. But I thought this was how it works anyway? ... I'd prefer the 2nd solution, but I'm afraid this breaks backwards compatibility. How...
Lars Hecking
lhecking@...
Mar 6, 1998 5:37 pm
886
Hi, David, and the rest of the gang. Just being curious: has anyone had any further news about the discussion with Mr. Williams, regarding the Copyright...
Hans-Bernhard Broeker
broeker@...
Mar 6, 1998 5:48 pm
887
... It was a surprise for me, too. ... I compiled my locally hacked version of 3.5 (with fit and Woo's 'multi' patch in, and some others) successfully. But...
Hans-Bernhard Broeker
broeker@...
Mar 6, 1998 5:52 pm
888
Thank you for your OS/2 support. I hope someone can help your work. (Sorry that I can't for now.) ...
Wonkoo Kim
wkim+@...
Mar 7, 1998 3:37 am
889
... [...] ... Hello, though I appreciate your work (and will try it out as time permits) it should wait for the next release if there will be any. I think when...
Alexander Mai
st002279@...
Mar 8, 1998 6:38 pm
890
Hi, gang. On Friday, I sent out a mail informing you about my planned investigations regarding the currently broken win16 build. I've spent most of this...
Hans-Bernhard Broeker
broeker@...
Mar 9, 1998 12:52 pm
891
Hi HBB, nice to see that you have mercy with the Windoze crowd :-) At the risk of beating a dead horse, as long as you do Win 16 stuff you might be able to...
Stefan A. Deutscher
stefand@...
Mar 10, 1998 12:00 am
892
Hi guys, I just had a look at the fit.log and found something as descriptive as function used for fitting: f(x) use actual parameter values Could this be...
Stefan A. Deutscher
stefand@...
Mar 11, 1998 5:20 pm
893
... I guess it could be done (off hand), but it'd never be a general solution to the problem that way, either. E.g., in defining a somewhat complicated ...
Hans-Bernhard Broeker
broeker@...
Mar 11, 1998 5:37 pm
894
... The problem is that gnuplot compiles this as a full expression, rather than just a function name. So it would need to decompile the expression, and then...
David Denholm
daved@...
Mar 11, 1998 6:48 pm
895
... If so, how on earth does it ever manage to implement 'save func'? So the function definitions must be stored as clean text somewhere, as well. But as I...
Hans-Bernhard Broeker
broeker@...
Mar 11, 1998 7:33 pm
896
Test ... [[[[ unsubscribe from info-gnuplot-beta via majordomo@... ]]]]...
Alex C. Woo
woo@...
Mar 11, 1998 10:21 pm
897
... How about simply sending the output of show function to the log file? This dumps everything, maybe overkill at times, but does the trick, and I rather edit...
Stefan A. Deutscher
stefand@...
Mar 12, 1998 1:11 am
898
The mouse stuff is now working fine (show mouse position, zoom to clipboard, annotate graph). Just now I would like to disable mouse if the plotting commands...
Petr Mikulik
mikulik@...
Mar 12, 1998 9:32 pm
899
David, If we cannot get all of the previous authors to agree to the new Copyright, then I would favor one of the following: 1. Splitting the source into...
Alex Woo
woo@...
Mar 13, 1998 4:36 am
900
Hello, Alex Nice to see you 'on board'. ... Sorry, but I can't really see how that would help. We can lay out the source in whatever directory structure way we...
Hans-Bernhard Broeker
broeker@...
Mar 13, 1998 2:25 pm
901
... I may be wrong, but I suspect that's impossible. The information wether a 2d- or 3d-plot is made never reaches the terminal interface layer. It wouldn't...
Hans-Bernhard Broeker
broeker@...
Mar 13, 1998 3:06 pm
902
... Not workable, as HBB pointed out in his response. ... Well, the old copyright is as good (I mean: bad) as the old one, and, technically, the gnuplot team...
Lars Hecking
lhecking@...
Mar 13, 1998 3:53 pm
903
... A global variable containing this information could be introduced. I will propose it. ... min_x, is_log_x, base_log_x et al. are global variables, so that...