Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #999
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: make gnuplot ignore string length |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | 2012-03-25 15:14 -0700 |
| Organization | gnuplot development team |
| Message-ID | <jko5bl$cob$1@dont-email.me> (permalink) |
| References | <jkna42$pec$1@news.albasani.net> <jknjpe$r7$1@dont-email.me> <jkno3h$srs$1@news.albasani.net> |
Followups directed to: comp.graphics.apps.gnuplot
Tilman Schröder wrote: > By the way: Yes, Inkscape "understands" latex. You can use latex to > render some formula and then it automatically imports this as a path > into your svg drawing. This is some Inkscape plugin, but I do not use > it. I do use inkscape, but I didn't know about that option. I'll have to keep it in mind. > There are no problems with escaping characters as long as enhanced > mode is switched off. There is a bug in processing the double > backslash and other characters, see > http://sourceforge.net/tracker/?func=detail&aid=3496517&group_id=2055&atid=302055 > I did not file it as a bug report (yet), as I do not have much time > until friday ... Yes, there's a bug. Unfortunately the patch on the tracker is not sufficient to fix it. I initially thought there must be an easy fix, but it turns out to be quite complicated. In part this is because individual terminal drivers choose to send individual text fragments either through the enhanced text processing or the normal text output based on what characters appear in the string. That means they will now have to pay more attention to backslashes before making this decision, and all the various terminals will need to be checked to make sure they are consistent. > I was thinking about some "just space it evenly". > Example: 6 keys, below, vertical, maxrows 2, reverse, Left -> 3 > columns, equally wide, colored line on the left of the column, text > after that, left justified. It does not matter wether the text in the > first column is so long that it reaches into the middle and the last > column, they are all evenly spaced ... That sounds reasonable. Ethan
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
make gnuplot ignore string length Tilman Schröder <tilman.schroeder@gmx.de> - 2012-03-25 16:29 +0200
Re: make gnuplot ignore string length sfeam <sfeam@users.sourceforge.net> - 2012-03-25 10:14 -0700
Re: make gnuplot ignore string length Tilman Schröder <tilman.schroeder@gmx.de> - 2012-03-25 20:28 +0200
Re: make gnuplot ignore string length sfeam <sfeam@users.sourceforge.net> - 2012-03-25 15:14 -0700
csiph-web