Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4157
| From | Chris Elvidge <chris@mshome.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Version 5.2 patchlevel 6 |
| Date | 2019-02-22 15:38 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <q4p50u$v7o$1@dont-email.me> (permalink) |
Hi all.
Does anyone know how to get a degree sign (°) on svg enhanced terminal,
output file.svg
I have
NT=temperature (a float, for use later, say 75.4456789)
dg=system("/usr/bin/printf \\\\0B00")
dg=" ".dg."C"
print dg here prints " °C"
nt=sprintf("%.1f",NT)
nt=nt.dg
print nt prints "75.4 °C"
However, after plotting to the output file, the ° sign disappears, even
at the command line.
Thanks
--
Chris Elvidge, England
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
Version 5.2 patchlevel 6 Chris Elvidge <chris@mshome.net> - 2019-02-22 15:38 +0000
Re: Version 5.2 patchlevel 6 Savin Beniwal <darshanbeniwal11@gmail.com> - 2019-02-22 21:34 -0800
Re: Version 5.2 patchlevel 6 Ethan Merritt <eamerritt@gmail.com> - 2019-02-23 06:04 +0000
Re: Version 5.2 patchlevel 6 Savin Beniwal <darshanbeniwal11@gmail.com> - 2019-02-22 22:22 -0800
Re: Version 5.2 patchlevel 6 Chris Elvidge <chris@mshome.net> - 2019-02-23 11:42 +0000
Re: Version 5.2 patchlevel 6 Chris Elvidge <chris@mshome.net> - 2019-02-23 15:39 +0000
csiph-web