Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3427
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Ethan A Merritt <EAMerritt@gmail.com> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: \odot (latex), print and paste ☉ everywhere, and gnuplot? |
| Date | Wed, 02 Nov 2016 18:42:28 -0700 |
| Organization | A noiseless patient Spider |
| Lines | 38 |
| Message-ID | <nve4lc$tik$1@dont-email.me> (permalink) |
| References | <db018658-674c-4553-a77b-ba07853b65a0@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | 8Bit |
| Injection-Date | Thu, 3 Nov 2016 01:42:05 -0000 (UTC) |
| Injection-Info | mx02.eternal-september.org; posting-host="f8fdb0f74146884653070de6170dd26a"; logging-data="30292"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18HZAj/KShUmabwQ7oG9AGi" |
| User-Agent | KNode/4.14.5 |
| Cancel-Lock | sha1:TNV/mWBqS+dFDR96hLC9Tahbebk= |
| Xref | csiph.com comp.graphics.apps.gnuplot:3427 |
Show key headers only | View raw
edoardo.unali@gmail.com wrote:
> hi guys. I read all of guides on the net maybe and I wasn't benn able
> to put this symbol ☉ (sun, circle dot operator) in an axis label.
> Please, help me. I need it in a eps file or pfd file because after i'm
> going to import it in a latex file. I don't want to use a tex terminal
> in gnuplot. Please don't explain me how do it, but write here only
> codes i've to write on terminal. I just tried utf8 encoding, enhanced,
> pdfcairo.....etc.etc. Thank you very very very very very much if you
> solve this problem for me.
gnuplot> set encoding utf8
gnuplot> set xlabel "Suns ☉☉☉☉"
gnuplot> set x2label "Circle Dots ⊙⊙⊙⊙"
gnuplot> set term dumb size 60,12
gnuplot> plot x
Circle Dots ⊙⊙⊙⊙
10 +-+----------+------------+-----------+--------*****
5 +-+ + + +******** +-+
| ********* x ******* |
0 +-+ ******** +-+
−5 +-+ ********* +-+
+ ********+ + + +
−10 *****--------+------------+-----------+----------+-+
−10 −5 0 5 10
Suns ☉☉☉☉
I used unicode U+2609 SUN for the x label
and unicode U+2299 CIRCLED DOT OPERATOR for the x2 label
Of course you want to use a pdf or png terminal rather than the
dumb terminal. (*.eps will not work because PostScript does
not support utf8 encoding).
Ethan
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
\odot (latex), print and paste ☉ everywhere, and gnuplot? edoardo.unali@gmail.com - 2016-11-02 14:53 -0700
Re: \odot (latex), print and paste ☉ everywhere, and gnuplot? Ethan A Merritt <EAMerritt@gmail.com> - 2016-11-02 18:42 -0700
Re: \odot (latex), print and paste ☉ everywhere, and gnuplot? Jörg Buchholz <bookwood4new@freenet.de> - 2016-11-03 06:47 +0100
csiph-web