Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3865
| From | Jörg Buchholz <bookwood4new@freenet.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: how to draw extra line which to be of function y=x? |
| Date | 2018-01-20 21:54 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <p40a9p$vr5$1@dont-email.me> (permalink) |
| References | <63a1ab3c-619b-4b93-a1ed-a1cee3750ef1@googlegroups.com> |
On 18/01/18 23:22, dimitris.g.mintis@gmail.com wrote:
> Following you can see my script:
> plot \
> '1_msd.xvg' u 1:2 w l title '{α^+=0% (salt 0M)}' lw 2
>
add after your plot command ",x"
plot '1_msd.xvg' u 1:2 w l title '{α^+=0% (salt 0M)}' lw 2, x
Jörg
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
how to draw extra line which to be of function y=x? dimitris.g.mintis@gmail.com - 2018-01-18 14:22 -0800 Re: how to draw extra line which to be of function y=x? Jörg Buchholz <bookwood4new@freenet.de> - 2018-01-20 21:54 +0100
csiph-web