Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #711
| From | Ryo <ryofurue@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | very minor bug in documentation |
| Date | 2011-11-27 18:26 -0800 |
| Organization | http://groups.google.com |
| Message-ID | <cc99533f-5d5b-42f6-8ffd-6978dd55d22f@l19g2000yqc.googlegroups.com> (permalink) |
I sent the following message to gnuplot-bug@lists.sourceforge.net but
it bounced with
Recipient address: gnuplot-bug@lists.sourceforge.net
Reason: Remote SMTP server has rejected address
Diagnostic code: smtp;550 unknown user
How should one submit a bug report?
-----------------------------------------------------
Dear gnuplot developers,
The documentations of label, xlabel, etc. have
{font "<font>{,<size>}"}
But, in fact, things like
set xlabel "{/Symbol g} {/Times-Italic i}" font ",24"
work. That is, you can omit the font name and specify
only the size. This feature is obviously useful when
your label has multiple fonts as in the above example.
So, the documentation is slightly wrong. I think a
more correct version is
{font "<font>{,<size>}" | font "{<font>},<size>"}
Or,
{font "{<font>}{,<size>}"}
if you allow things like font "" (meaning no font change).
By the way, in some places, we find
font "<name>{,<size>}"
Here we find <name> in place of <font> . I thought this
is inconsistent (if there isn't any intention behind the
difference).
Regards,
Ryo
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
very minor bug in documentation Ryo <ryofurue@gmail.com> - 2011-11-27 18:26 -0800 Re: very minor bug in documentation Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2011-11-28 22:16 +0100
csiph-web