summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/featpost/example/standard/spatialhalfsfear.mp
blob: d80e3e3f5a633e606a13bf238d4f70d563d5c424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% spatialhalfsfear.mp
% L. Nobre G.
% 2004

f := (3,-0.2,3);
beginfig(1);
  spatialhalfsfear( black, blue, 1 );
  drawoptions( withpen pencircle scaled 3pt withcolor (blue+green) );
  spatialhalfsfear( black, blue+green, 0.8 );
  drawoptions( withpen pencircle scaled 3pt withcolor red );
  spatialhalfsfear( black, red, 0.6 );
  drawoptions( withpen pencircle scaled 3pt withcolor green );
  spatialhalfsfear( black, green, 0.7 );
endfig;
end.