By: Eduardo J. Sanchez - eduardo.sanchez at bsc.es
A minimalistic suite of gnuplot scripts to visualize common results in scientific computing. These scripts are not intended to be a general solution to visualize every possible result. Instead these could be used as a starting point to construct tailored scripts for any data set.
gnuplot is not usually intended for high-performance visualization.
I collect these scripts here as I develop them for my own software library, the Mimetic Methods Toolkit (MTK).
The scripts are classified according to the mathematical nature of the data they intend to plot. That is, some data is the result of a computation (computed data), and some data is used as a reference to check results (control data).
- 
1D scalar fields. 
- 
Control: 1d_scalar_field_control.gp 
- 
Computed: 1d_scalar_field_computed.gp 
- 
Comparison of control with computed: 1d_scalar_field_control_computed.gp 
- 
Comparison of multiple control: 1d_scalar_fields_control.gp 
- 
1D vector fields. 
- 
Control: 1d_vector_field_control.gp 
- 
Computed: 1d_vector_field_computed.gp 
- 
2D scalar fields. 
- 
Control: 2d_scalar_field_control.gp 
- 
Computed: 2d_scalar_field_computed.gp 
- 
Comparison of control with computed: 2d_scalar_field_control_computed.gp 
- 
2D vector fields. 
- 
Control: 2d_vector_field_control.gp 
- 
3D scalar fields. 
- 
Control: 3d_scalar_field_control.gp 
- 
Matrices. 
- 
Sparse matrix: sparse_matrix.gp 
So far, I have tested these scripts on this architecture:
1. Intel(R) Core(TM) i7-4600U CPU 2.10 GHz 4096 KB of cache and a stepping of 1.
   Linux 3.16.7-29-desktop #1 SMP PREEMPT (6be6a97) x86_64 GNU/Linux
   openSUSE 13.2 (Harlequin) (x86_64)
   gnuplot 4.6 patchlevel 5
Feel free to contact me with suggestions or corrections:
Eduardo J. Sanchez - eduardo.sanchez at bsc.es - @ejspeiro
Thanks and happy rendering!