Hello, I don't know if this topic belongs to the bug or the devel mailing list, so excuse me if it is the wrong group. I have found that accented characters...
Levente NOVK
novak@...
Jun 4, 2000 7:22 pm
3733
Hello Petr, pslatex is borked! the main trunk's pslatex works, in the pm3d branch I get something like Error: /undefined in reencodeISO Operand stack: ...
Johannes Zellner
johannes@...
Jun 4, 2000 10:23 pm
3734
Hi,
Here is attached a patch to gnuplot from CVS, branch pm3d, as of June 4th.
This patch adds a new encoding, 'iso_8859_2' to the ones available. For
the...
Levente NOVÁK
novak@...
Jun 5, 2000 8:41 pm
3735
... It's in my working copy already. I'll commit as soon as I have cleaned up a bit ... [[[[ unsubscribe from info-gnuplot-beta via majordomo@......
Lars Hecking
lhecking@...
Jun 6, 2000 10:18 am
3736
This is a new version of epslatex.trm. Changes are: - New linetype dash-dot. epslatex.trm now offers 4 + 1 (axis) different linestyles - Fixed bug(?): You...
Gregor Thalhammer
Gregor.Thalhammer@...
Jun 7, 2000 8:51 am
3737
... everything below line 727 is rubbish, isn't it ? Further: If the user does not specify somthing ending in `*.eps' no tex file is generated. What do you...
Johannes Zellner
johannes@...
Jun 8, 2000 11:36 am
3738
On Thu, 8 Jun 2000, Johannes Zellner wrote: [...] ... We shouldn't create all that many branches. This is a development version tree, after all, i.e. unless...
Hans-Bernhard Broeker
broeker@...
Jun 8, 2000 11:41 am
3739
... Agreed. I have a new version of this driver for non-pm3d, and I'll try to find some to time to commit my updates to the MAIN trunk over the weekend. [[[[...
Lars Hecking
lhecking@...
Jun 8, 2000 12:23 pm
3740
Hello, Since people are even more lazy then me and I needed to place the palette color box myself now I hacked the missing color box placements commands for...
Johannes Zellner
johannes@...
Jun 9, 2000 9:44 am
3741
Hi again, this is awkward: gnuplot> cd "../fred" gnuplot> load "fred" gnuplot> call "fred" I'd propose (and eventually code) to allow *additionally* (so it...
Johannes Zellner
johannes@...
Jun 9, 2000 9:50 am
3742
what about tilde expansion in loadpath ? -- e.g.: gnuplot> set loadpath "~/lib/gnuplot" "~/src/xrec/gp" (even better but more difficult to code would be ...
Johannes Zellner
johannes@...
Jun 9, 2000 10:03 am
3743
ideas over ideas: what about a command `autoexec' gnuplot> ls -l ^ invalid command gnuplot> set autoexec gnuplot> ls -l -rw-r--r-- 1 joze users...
Johannes Zellner
johannes@...
Jun 9, 2000 10:10 am
3744
... One forward-looking observation. It would be nice if one day gnuplot supports string variables. This implies string expressions, and string variables. The...
David Denholm
Dave.Denholm@...
Jun 9, 2000 11:02 am
3745
... I seem to recall that the os/2 people wanted to do something similar, but treating it as a rex command rather than a system command ...???????? (sorry, but...
David Denholm
Dave.Denholm@...
Jun 9, 2000 11:08 am
3746
... Yes, I'd like that as well. I thought about it ages ago, but couldn't come up with any implementation ideas yet. ... That should be possible. I added tilde...
Lars Hecking
lhecking@...
Jun 9, 2000 11:30 am
3747
... <rant> yeah. And gnuplot supporting all that nifty regexp stuff. And I want to send mail from gnuplot and view web pages. Even better: I want gnuplot to be...
Johannes Zellner
johannes@...
Jun 9, 2000 11:36 am
3748
... not quite. actually inspired by tcl. my fingers just go typing `ls' sometimes because they're used to. (They're not used to type `!ls') maybe it's the...
Johannes Zellner
johannes@...
Jun 9, 2000 11:41 am
3749
... ah. great. Lars has spoken! I take this as something like an OK :) In fact it's easy to implement. I've done that for the bind command already: bind "a"...
Johannes Zellner
johannes@...
Jun 9, 2000 12:02 pm
3750
... As far as I know, string variables are frequently requested. (is this still true ?) Well, more correctly, what's frequently requested is mechanisms to get ...
David Denholm
Dave.Denholm@...
Jun 9, 2000 12:04 pm
3751
... Hey, easy :) ... String variables are probably the most-requested feature in c.g.a.gnuplot. Check Deja for real world examples. [[[[ unsubscribe from...
Lars Hecking
lhecking@...
Jun 9, 2000 12:27 pm
3752
... If I'm not mistaken 'we' (AKA the OS/2 people ;-) do interpret unknown commands as the name of an external REXX command script which is executed then...
Alexander Mai
st002279@...
Jun 9, 2000 12:28 pm
3753
... I'll have a look. ... I really think such a feature would be of gimmickal value. There is ! and shell, which does everything you want. Almost, anyhow. [[[[...
Lars Hecking
lhecking@...
Jun 9, 2000 12:32 pm
3754
... I hoped that someday I could do something like gnuplot> a = 10 gnuplot> file = "data" + str(a) + ".dat" gnuplot> plot file but I'm afraid I can abandon...
Berthold Höllmann
hoel@...
Jun 9, 2000 1:01 pm
3755
... Isn't there a generic coordinate transform function that can transform coordinates (go figure) from any frame (like screen, graph, first, second) to any...
Jeff Spirko
spirko@...
Jun 9, 2000 1:02 pm
3756
... I agree, I often just keep typing (with TABs for filename completion, of course :), and have to go back and add quotes after the fact. ... The problem...
Jeff Spirko
spirko@...
Jun 9, 2000 1:20 pm
3757
... yes, true. As I've said, while coding I *used* this, but I saw that it was much more confusing than helpful, even for me as I coded the stuff. I think...
Johannes Zellner
johannes@...
Jun 9, 2000 2:19 pm
3758
David Denholm writes: [snip] ... Yes indeed. ... thing. ... And, at least as often: "How can I read axis labels from my input file?" Dick Crawford, aka...
Dick Crawford
crawford@...
Jun 9, 2000 3:49 pm
3759
... I'm not sure I like this idea very much. There are a lot of Unix commands that I don't know -- and there are a lot of possible typos that I can make. I'd...
Dick Crawford
crawford@...
Jun 9, 2000 3:56 pm
3760
This is pretty cool! ... From: Alexander Mors <alexander@...> Subject: Only for you pride. Hello , * I only want to sent you a note, that we sucessfully...
Lars Hecking
lhecking@...
Jun 9, 2000 3:57 pm
3761
Is this already possible with pm3d? ... From: Dominique Pelle <dpelle@...> Hi, First of all, thanks for the gnuplot tool, it's really great! I have a...