plot_test
plot_test,
a FreeFem++ code which
investigate features of the plot() command.
The plot() command can display images during the execution of a FreeFem++
script, and can store images in PostScript files. However, the details
of what can be plotted, how it can be displayed, and how the plot can
be manipulated, are only briefly described. The examples in this
directory are intended to ask, and answer, certain questions related
to plotting.
Licensing:
The information on this web page is distributed under the MIT license.
Reference:
-
Frederic Hecht,
New development in FreeFem++,
Journal of Numerical Mathematics,
Volume 20, Number 3-4, 2012, pages 251-265.
Source Code:
What are the effects of the fill, value, and grey true/false options?
-
plot000.png,
a plot with fill=false, value=false, grey=false.
-
plot001.png,
a plot with fill=false, value=false, grey=true.
-
plot010.png,
a plot with fill=false, value=true, grey=false.
-
plot011.png,
a plot with fill=false, value=true, grey=true.
-
plot100.png,
a plot with fill=true, value=false, grey=false.
-
plot101.png,
a plot with fill=true, value=false, grey=true.
-
plot110.png,
a plot with fill=true, value=true, grey=false.
-
plot111.png,
a plot with fill=true, value=true, grey=true.
Last revised on 24 May 2020.