Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3635
| Path | csiph.com!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail |
|---|---|
| From | Karl Ratzsch <mail.kfr@gmx.net> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: How can I put an underscore in a label? |
| Date | Fri, 5 May 2017 10:17:40 +0200 |
| Organization | solani.org |
| Lines | 19 |
| Message-ID | <oehcf3$4rh$1@solani.org> (permalink) |
| References | <alpine.WNT.2.20.1705050950100.11184@dhcp3-6> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=iso-8859-15 |
| Content-Transfer-Encoding | 8bit |
| X-Trace | solani.org 1493972259 4977 eJwFwQERACAIA8BKqAxnHA5Y/wj+48SKuh4Ih6CtnqlgMd0Enguauw2X4z4krKFhW7xU7Q8abRDl (5 May 2017 08:17:39 GMT) |
| X-Complaints-To | abuse@news.solani.org |
| NNTP-Posting-Date | Fri, 5 May 2017 08:17:39 +0000 (UTC) |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
| Cancel-Lock | sha1:cekhcz7klZImqX73Ndo0oXa4kjE= |
| In-Reply-To | <alpine.WNT.2.20.1705050950100.11184@dhcp3-6> |
| X-User-ID | eJwFwQkBwDAIA0BLpYQAcjoe/xJ2Z0phOWiErW0WrDtS745P1Ie3mui9p0Shb4DUEJocJ/sHIngQsQ== |
| X-NNTP-Posting-Host | eJwNyskBACAIA7CV5GhhHRTZfwTNOzAKTzhBx2AGxGRXSbZPNI7UL1lXsf2KmZK5xDt2a60HIu8Q9Q== |
| Xref | csiph.com comp.graphics.apps.gnuplot:3635 |
Show key headers only | View raw
Am 05.05.2017 um 09:55 schrieb Jean-Pierre Coulon:
> I found a table at:
> https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwivmciPotjTAhWCWRoKHQlQAx4QFggmMAA&url=http%3A%2F%2Fayapin-film.sakura.ne.jp%2FGnuplot%2FDocs%2Fps_guide.pdf&usg=AFQjCNHSDwVB4GMOD2LHVwJ-fCggkyfWaw
>
>
> bla\352bla works well if I want blaêbla. Same for many other special
> characters. But bla\137bla causes the 2nd b to be small and lowered
> and gives no underscore. What is the right sequence?
In single quotation marks '\_'
plot x title 'HALLO\_HALLO'
gives the underscore, in double quotation marks, you have to double
the backslash:
plot x title "HALLO\\_HALLO"
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
How can I put an underscore in a label? Jean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr> - 2017-05-05 09:55 +0200
Re: How can I put an underscore in a label? Karl Ratzsch <mail.kfr@gmx.net> - 2017-05-05 10:17 +0200
Re: How can I put an underscore in a label? Jean-Pierre Coulon <coulon@cacas.pam.obs-nice.fr> - 2017-05-05 10:45 +0200
csiph-web