Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2856 > unrolled thread
| Started by | Michael Okuntsov <proximum@land.ru> |
|---|---|
| First post | 2015-04-02 17:38 +0600 |
| Last post | 2015-04-02 18:03 +0600 |
| Articles | 2 — 1 participant |
Back to article view | Back to comp.graphics.apps.gnuplot
Different results Michael Okuntsov <proximum@land.ru> - 2015-04-02 17:38 +0600
Re: Different results Michael Okuntsov <proximum@land.ru> - 2015-04-02 18:03 +0600
| From | Michael Okuntsov <proximum@land.ru> |
|---|---|
| Date | 2015-04-02 17:38 +0600 |
| Subject | Different results |
| Message-ID | <mfj9lp$ve1$2@dont-email.me> |
Hello, I have a datafile where the data is measured in gyration, so sometimes x[i+1]<x[i]. #out.dat 103 50 0.0601038 101.63 58.6525 0.0607035 99.2705 67.6336 0.0606549 94.3969 76.6976 0.0606749 86.4336 85.1891 0.0602097 75 90 0.0607178 61.7123 90.8954 0.0605132 48.3537 86.6754 0.0600952 38.3246 76.6463 0.0607164 36.9577 62.3607 0.0604259 37 50 0.0605103 36.9577 37.6393 0.0606735 37.7852 22.9619 0.0599951 47.9619 12.7852 0.0603142 61.8153 9.42159 0.0597331 75 10.3333 0.0602155 86.3306 15.1279 0.0599006 94.7888 22.7631 0.0599149 99.8099 31.9746 0.0597789 103.215 40.8325 0.0596 Here is script: set term png set out 'out.png' plot 'out.dat' u 1:2 w l Graphs are here: https://imgur.com/TVT4NWk,uQhVueo,VgBJlfZ#0 Gnuplot 4.6.5, Ubuntu 12.04: first image Gnuplot 4.6.6, Kubuntu 14.04: second image Gnuplot 4.6.6, Windows XP: third image The complete graph can be plotted only in the first case. Why? Thanks.
[toc] | [next] | [standalone]
| From | Michael Okuntsov <proximum@land.ru> |
|---|---|
| Date | 2015-04-02 18:03 +0600 |
| Message-ID | <mfjb50$65f$1@dont-email.me> |
| In reply to | #2856 |
Sorry, it was a mistake. Wrong data file. Sorry.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web