I've just tried to recompile gnuplot on Windows by MingW compiler. But "set pm3d; splot x*y" makes just a gray surface (1 colour). Could it be debugged? ... ...
Petr Mikulik
mikulik@...
Dec 1, 2000 1:50 pm
4473
... (Please forgive me for moving this to the "beta" list, David . . . but I think it belongs here rather than on the "bug" list. I'm undecided about ...
crawford
crawford@...
Dec 1, 2000 5:15 pm
4474
wow! I just ran the ggi driver on a XFree86 4 with accelerated DGA. Impressive. Strongly recommended if you've such a Server. Put the following lines in your...
Johannes Zellner
johannes@...
Dec 2, 2000 2:12 am
4475
I recently had a small problem when I wanted to create a movie of several bitmapped pictures that the size of the picture (640x480) was too small to see...
Jürgen v.Hagen
vonhagen@...
Dec 2, 2000 9:53 am
4476
... Option size xsize,ysize is implemented for gif terminal. I also thought about to implement the same for PNG (had to consult one my colegue who want to...
Andris Pavenis
pavenis@...
Dec 2, 2000 1:04 pm
4477
IT TRAINING TUITION SCHOLARSHIPS FOR COLLEGE FACULTY, STUDENTS AND STAFF National Education Foundation CyberLearning, a non-profit organization dedicated to...
scholarships@...
Dec 3, 2000 7:38 pm
4478
Herbal V: An Incredible All-Natural Healthy Alternative To V----a Herbal V is the All Natural Approach to Male Virility, Vitality and Pleasure. Available N o w...
HV@...
Dec 4, 2000 5:12 am
4479
The bug I reported earlier set pm3d ; splot x**0.3 (perhaps as an "alpha-platform"-only problem) is a general one. ... +++ pm3d.c 2000/12/04 13:57:18 @@...
Alexander Mai
st002279@...
Dec 4, 2000 2:10 pm
4480
... Right, it never crashed for me. What are you launching it on? ... Please try the enclosed patch. Try to test it on defined, partly defined and completely...
Petr Mikulik
mikulik@...
Dec 4, 2000 4:06 pm
4481
... Ok, ran a few tests on alpha-linux and those were fine! Will do a few more tests tomorrow when I don't need to run gnuplot/X11 on an ISDN line ... ... ...
Alexander Mai
st002279@...
Dec 4, 2000 10:34 pm
4482
Petr's pm3d patch from yesterday seems to be fine - I suggest to apply it. Something not really related: when plotting e.g. set pm3d splot y**0.3 one gets some...
Alexander Mai
st002279@...
Dec 5, 2000 9:00 am
4483
What would you expect from a simple splot y**0.3*x**0.7 ? On i86-linux I get a plot which remains in the domain of positive x and y values. On my alpha boxes I...
Alexander Mai
st002279@...
Dec 5, 2000 9:03 am
4484
... Sorry it took me so long to reply. I did debug it, and found the error. win/wgraph.c didn't #include the new "getcolor.h", and thus incorrectly passed the...
Hans-Bernhard Broeker
broeker@...
Dec 5, 2000 11:35 am
4485
... We don't need a separate option or setting for that. Terminals are invited to look at the 'set size' status at the time they're initialized (in ...
Hans-Bernhard Broeker
broeker@...
Dec 5, 2000 11:48 am
4486
... Done. ... What would *you* expect from plotting a function undefined in 3 quadrants? Try to set xrange and yrange first. ... Petr Mikulik,...
Petr Mikulik
mikulik@...
Dec 5, 2000 11:58 am
4487
... [...] ... Well, my expectation was met by the behaviour on i86. :-) Where does the additional quadrant comes from on alpha architecture?? The problem is...
Alexander Mai
st002279@...
Dec 5, 2000 12:12 pm
4488
... To me, this seems to be one of the things that the C programming language describes by the word 'implementation defined result' or even 'undefined ...
Hans-Bernhard Broeker
broeker@...
Dec 5, 2000 12:21 pm
4489
... I noticed this, and I have discussed this with Andirs Pavenis in private: 1) xterm does not honour set size 2) png does How can a user see that in one...
Jrgen v.Hagen
vonhagen@...
Dec 5, 2000 12:35 pm
4490
... Neither does any of the other GUI drivers, AFAIK. And they are right doing so. GUI windows can be resized directly by user interaction, already. They do...
Hans-Bernhard Broeker
broeker@...
Dec 5, 2000 12:48 pm
4491
... %-\ Why is the real part zero here? f(x) = x**a (x<0) with an arbitrary (floating point) number a shouldn't be pure imaginary in my opinion ... As I...
Alexander Mai
st002279@...
Dec 5, 2000 12:52 pm
4492
... but set size 2 and resizing the window is again showing only the lower left quater. It's still not really what seems logical to me. ... two small plots in...
Jürgen v.Hagen
vonhagen@...
Dec 5, 2000 12:56 pm
4493
... Well, set size to values bigger than 1 is already documented to be unsafe on some terminals `set size` is relative to the default size, which differs from...
Hans-Bernhard Broeker
broeker@...
Dec 5, 2000 1:54 pm
4494
Last year I've proposed a patch that allowed platform independent way to remember and restore the current terminal settings without disk access. Remember...
Petr Mikulik
mikulik@...
Dec 5, 2000 3:00 pm
4495
I think it's a great idea, and I like it much better than the need for temp files, making scripts more system dependent (!del or !rm or !delete or ...?). ...
Stefan A. Deutscher
swbdedes@...
Dec 5, 2000 3:52 pm
4496
... [...] ... [...] What's the problem here? ANSI C89 - a standard which we should dare to use it now after a 11 year delay - features sufficient interfaces to...
Alexander Mai
st002279@...
Dec 5, 2000 4:07 pm
4497
... A command-line oriented user interface like gnuplot's isn't too good at representing the arbitrary amounts of hidden status a command like this would...
Hans-Bernhard Broeker
broeker@...
Dec 5, 2000 4:11 pm
4498
... This means that it is safe for some cases and not safe for other cases. I don't get the logic behind that. If we can rather easily make it safe (e.g....
Jrgen v.Hagen
vonhagen@...
Dec 5, 2000 4:27 pm
4499
... Of course it could and should be agreed upon _which_ of the many gnuplot settings make sense -- or just add enough value in terms of convenience or...
Stefan A. Deutscher
swbdedes@...
Dec 5, 2000 5:05 pm
4500
... Well, to make it really warped: Let's assume you're plotting data from a system you don't have write access to, so creation or removal of temp files won't...