Note
Go to the end to download the full example code.
Standalone Field class
The Field
class of GSTools can be used to plot arbitrary data in nD.
In the following example we will produce 10000 random points in 4D with random values and plot them.
Only thing needed to instantiate the Field is the dimension.
Afterwards we can call the instance like all other Fields
(SRF
, Krige
or CondSRF
), but with an additional field.

Total running time of the script: (0 minutes 0.328 seconds)