Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4521 > unrolled thread
| Started by | Arun Chakrabortty <arunchakrabortty8@gmail.com> |
|---|---|
| First post | 2023-05-02 00:20 -0700 |
| Last post | 2023-05-02 06:55 -0700 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
x axis label Arun Chakrabortty <arunchakrabortty8@gmail.com> - 2023-05-02 00:20 -0700
Re: x axis label Jörg Buchholz <bookwood4new@freenet.de> - 2023-05-02 12:45 +0200
Re: x axis label Gavin Buxton <gavinbuxton@gmail.com> - 2023-05-02 06:55 -0700
| From | Arun Chakrabortty <arunchakrabortty8@gmail.com> |
|---|---|
| Date | 2023-05-02 00:20 -0700 |
| Subject | x axis label |
| Message-ID | <97426046-73f7-406f-895b-97a287c66c43n@googlegroups.com> |
how to write μs in x axis of gnuplot
[toc] | [next] | [standalone]
| From | Jörg Buchholz <bookwood4new@freenet.de> |
|---|---|
| Date | 2023-05-02 12:45 +0200 |
| Message-ID | <u2qpjv$nfp1$1@dont-email.me> |
| In reply to | #4521 |
On 02.05.2023 09:20, Arun Chakrabortty wrote:
> how to write μs in x axis of gnuplot
set xlabel "µs"
or
set xlabel "\U+03BC{s}"
[toc] | [prev] | [next] | [standalone]
| From | Gavin Buxton <gavinbuxton@gmail.com> |
|---|---|
| Date | 2023-05-02 06:55 -0700 |
| Message-ID | <92aef000-f66e-426e-90f6-7395b1c8a518n@googlegroups.com> |
| In reply to | #4522 |
Ha ha, didn't know about the second one. I always used
set xlabel '{/Symbol m}s'
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web