Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #859
| From | Michael <proximum@land.ru> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Interpolation algorithm |
| Date | 2012-01-21 23:50 +0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <jfeqbq$j9q$1@dont-email.me> (permalink) |
Hello, I have a report that contains a graph plotted with gnuplot script: ..... ..... set pm3d at b interpolate 100,100 set cbrange[0.8*a:a] set view map set palette maxcolors 4 splot 'field.txt' matrix using ($1*10):($2*10):($3) with pm3d notitle I need to describe the interpolation algorithm for this graph in report. Where can I find information about this algorithm? Thanks. Michael
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
Interpolation algorithm Michael <proximum@land.ru> - 2012-01-21 23:50 +0700 Re: Interpolation algorithm Petr Mikulik <mikulik@physics.muni.cz> - 2012-01-25 10:32 +0000
csiph-web