Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4002
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Jörg Buchholz <bookwood4new@freenet.de> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: space between sign and digit |
| Date | Thu, 12 Jul 2018 07:21:39 +0200 |
| Organization | A noiseless patient Spider |
| Lines | 27 |
| Message-ID | <pi6oh1$jor$1@dont-email.me> (permalink) |
| References | <pi49eq$a7$1@dont-email.me> <fqmv8hFmg36U1@mid.dfncis.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| Injection-Date | Thu, 12 Jul 2018 05:21:37 -0000 (UTC) |
| Injection-Info | reader02.eternal-september.org; posting-host="fd6a019edca8e8dd90db4588a1c2874e"; logging-data="20251"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+GleC79p2rfvfn/lS+MzF59llg68bl9rU=" |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
| Cancel-Lock | sha1:6CGTy1Q1JF1MJkqfuAvGTVy32oA= |
| In-Reply-To | <fqmv8hFmg36U1@mid.dfncis.de> |
| Content-Language | en-GB |
| Xref | csiph.com comp.graphics.apps.gnuplot:4002 |
Show key headers only | View raw
On 11.07.2018 20:06, Hans-Bernhard Bröker wrote:
> Am 11.07.2018 um 08:52 schrieb Jörg Buchholz:
>> I would like to print a function in the key like this:
>>
>> f11(x) = -2.56·x - 103.63
>>
>> I use the following code in the plot command for that:
>>
>> f11(x) lt 2 lw 4 dt 4 t sprintf("f11(x) =%6.2f·x%+7.2f",a,b11)
>>
>> That means, that I use the sign from the format specifier as plus sign
>> or minus sing in the printed function. But than I don't have a space in
>> front of the second number. The second number can be positive or
>> negative.
>
> So what's so wrong with the simple
>
> sprintf("f11(x) = %6.2f·x + % 7.2f",a,b11)
>
> ? Yes, that means for negative bl1 you'll get "+ -103.63", but is that
> really such a problem?
If I done the graph just for me it is no problem. If I give the graph to
other people in this region sometimes they say it looks odd. So it is
like Karl says, it is only a appearance problem not a really problem.
Jörg
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
space between sign and digit Jörg Buchholz <bookwood4new@freenet.de> - 2018-07-11 08:52 +0200
Re: space between sign and digit Karl Ratzsch <mail.kfr@gmx.net> - 2018-07-11 10:00 +0200
Re: space between sign and digit Jörg Buchholz <bookwood4new@freenet.de> - 2018-07-11 14:16 +0200
Re: space between sign and digit Karl Ratzsch <mail.kfr@gmx.net> - 2018-07-11 15:16 +0200
Re: space between sign and digit Jörg Buchholz <bookwood4new@freenet.de> - 2018-07-12 07:36 +0200
Re: space between sign and digit Karl Ratzsch <mail.kfr@gmx.net> - 2018-07-12 20:42 +0200
Re: space between sign and digit Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2018-07-11 20:06 +0200
Re: space between sign and digit Karl Ratzsch <mail.kfr@gmx.net> - 2018-07-12 06:53 +0200
Re: space between sign and digit Jörg Buchholz <bookwood4new@freenet.de> - 2018-07-12 07:21 +0200
csiph-web