Remove typo backtick from src/plot_image/README.
[parallel_computing.git] / src / plot_image / README
1 Simple image plotting.
2
3 Generate some example images with::
4
5     $ make
6
7 Expected output:
8
9 * rectangle.png  High values in a wide, centered rectangle.
10 * sharp.png      High values in the top half of the figure.
11 * sinusoid.png   5*(1+sin(x)*cos(y)) for x,y in [0,2pi).