Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4437 > unrolled thread
| Started by | temi butt <tehreemtariq39@gmail.com> |
|---|---|
| First post | 2021-11-06 08:30 -0700 |
| Last post | 2021-11-08 11:42 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
symbol addition problem temi butt <tehreemtariq39@gmail.com> - 2021-11-06 08:30 -0700
Re: symbol addition problem Jörg Buchholz <bookwood4new@freenet.de> - 2021-11-08 07:34 +0100
Re: symbol addition problem Jörg Buchholz <bookwood4new@freenet.de> - 2021-11-08 11:42 +0100
| From | temi butt <tehreemtariq39@gmail.com> |
|---|---|
| Date | 2021-11-06 08:30 -0700 |
| Subject | symbol addition problem |
| Message-ID | <eed94de9-0972-40bd-8c54-1dfd38ef9baen@googlegroups.com> |
hi please can anyone tell me how to write square root "s" as a x label in gnuplot I have tried alot
[toc] | [next] | [standalone]
| From | Jörg Buchholz <bookwood4new@freenet.de> |
|---|---|
| Date | 2021-11-08 07:34 +0100 |
| Message-ID | <smage5$6m5$1@dont-email.me> |
| In reply to | #4437 |
On 06.11.2021 16:30, temi butt wrote:
> hi
> please can anyone tell me how to write square root "s" as a x label in gnuplot I have tried alot
>
set xlabel 's^{-2}'
[toc] | [prev] | [next] | [standalone]
| From | Jörg Buchholz <bookwood4new@freenet.de> |
|---|---|
| Date | 2021-11-08 11:42 +0100 |
| Message-ID | <smauuo$7eq$1@dont-email.me> |
| In reply to | #4438 |
On 08.11.2021 07:34, Jörg Buchholz wrote:
>
> On 06.11.2021 16:30, temi butt wrote:
>> hi
>> please can anyone tell me how to write square root "s" as a x label in gnuplot I have tried alot
>>
>
>
> set xlabel 's^{-2}'
>
Sorry
set xlabel "s^{1/2}"
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web