318 |
To hand over data from \escript to \MATPLOTLIB the values need to mapped onto a rectangular grid |
To hand over data from \escript to \MATPLOTLIB the values need to mapped onto a rectangular grid |
319 |
\footnote{Users of Debian 5(Lenny) please note: this example makes use of the \function{griddata} method in \module{matplotlib.mlab}. |
\footnote{Users of Debian 5(Lenny) please note: this example makes use of the \function{griddata} method in \module{matplotlib.mlab}. |
320 |
This method is not part of version 0.98.1 which is available with Lenny. |
This method is not part of version 0.98.1 which is available with Lenny. |
321 |
If you wish to use \MATPLOTLIB, you may need to install a later version. |
If you wish to use contour plots, you may need to install a later version. |
322 |
Users of Ubuntu 8.10 or later and people should be fine.}. We will make use |
Users of Ubuntu 8.10 or later should be fine.}. We will make use |
323 |
of the \numpy module. |
of the \numpy module. |
324 |
|
|
325 |
First we need to create a rectangular grid. We use the following statements: |
First we need to create a rectangular grid. We use the following statements: |