Home
last modified time | relevance | path

Searched refs:pm3d (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/demo/
H A Dpm3d.dem43 #show pm3d
75 set pm3d map
82 set pm3d map
89 set pm3d map
127 set pm3d
148 set pm3d
163 set pm3d
195 set pm3d
220 set pm3d
242 #show pm3d
[all …]
H A Dhidden2.dem4 # by drawing the surface twice, once "with pm3d" to produce the surface you
18 set title "Mixing pm3d surfaces with hidden-line plots"
23 splot f(x,y) with pm3d, x*x-y*y with lines lc rgb "black"
48 # Another example of pm3d hidden surface removal,
49 # this time using pm3d depth-ordering
70 set pm3d scansbackward
71 splot cos(u)+.5*cos(u)*cos(v),sin(u)+.5*sin(u)*cos(v),.5*sin(v) with pm3d, \
72 1+cos(u)+.5*cos(u)*cos(v),.5*sin(v),sin(u)+.5*sin(u)*cos(v) with pm3d
81 set pm3d depthorder
82 splot cos(u)+.5*cos(u)*cos(v),sin(u)+.5*sin(u)*cos(v),.5*sin(v) with pm3d, \
[all …]
H A Dpm3d_lighting.dem2 # pm3d lighting model with specular highlighting
21 set pm3d implicit at s hidden3d depth noborder
28 set title "pm3d lighting model with specular highlighting"
29 set pm3d lighting primary 0.5 specular 0.2
53 set pm3d depthorder noborder
54 set pm3d lighting specular 0.6
56 splot cos(u)+.5*cos(u)*cos(v),sin(u)+.5*sin(u)*cos(v),.5*sin(v) with pm3d, \
57 1+cos(u)+.5*cos(u)*cos(v),.5*sin(v),sin(u)+.5*sin(u)*cos(v) with pm3d
H A Dcomplex_trig.dem33 splot '++' using 1:2:(phase($1,$2)) with pm3d lc rgb variable
43 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
48 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
53 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
58 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
63 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
68 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
73 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
78 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
83 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/demo/
H A Dpm3d.dem8 # load 'pm3d.dem'
40 #show pm3d
47 set pm3d at s
123 set pm3d
144 set pm3d
159 set pm3d
167 set pm3d
191 set pm3d
216 set pm3d
257 #show pm3d
[all …]
H A Dpm3d_clip.dem10 set pm3d depthorder border linewidth 0.100
11 set pm3d clip
12 set pm3d lighting primary 0.5 specular 0.2 spec2 0
23 set multiplot layout 1,2 title "new pm3d default is smooth clipping against zrange"
24 set title "set pm3d clip4in (old default)"
25 set pm3d clip4in
27 splot f(x,y) with pm3d fc "cyan"
29 set title "set pm3d clip (new default)"
30 set pm3d clip
H A Dboxes3d.dem3 # Note: 3D boxes are implemented via the pm3d code so for commands
4 # with both a pm3d and a non-pm3d variant you must use the former.
5 # "set pm3d depthorder" rather than "set hidden3d"
6 # "set pm3d border lc black" rather than "set style fill border lc black"
13 set pm3d border lc black
39 set pm3d depthorder
49 set pm3d depthorder base
55 set title 'Full treatment: 3D boxes with pm3d depth sorting and lighting'
56 set pm3d lighting
H A Dvoxel.dem4 # splot with pm3d
39 . "splot '++' using 1:2:(z):(voxel($1,$2,z)) with pm3d"
44 set pm3d depthorder noborder interpolate 2,2
45 set pm3d noclipcb
55 splot '++' using 1:2:(z):(voxel($1,$2,z)) with pm3d
60 splot '++' using 1:(-z):2:(voxel($1,-z,$2)) with pm3d, \
61 '++' using 1:2:(0):(voxel($1,$2,0)) with pm3d
73 splot '++' using 1:(0):2:(voxel($1,0,$2)) with pm3d, \
74 '++' using 1:2:(0):(voxel($1,$2,0)) with pm3d, \
75 '++' using (0):1:2:(voxel(0,$1,$2)) with pm3d
H A Dhidden2.dem4 # by drawing the surface twice, once "with pm3d" to produce the surface you
18 set title "Mixing pm3d surfaces with hidden-line plots"
23 splot f(x,y) with pm3d, x*x-y*y with lines lc rgb "black"
48 # Another example of pm3d hidden surface removal,
49 # this time using pm3d depth-ordering
70 set pm3d scansbackward
71 splot cos(u)+.5*cos(u)*cos(v),sin(u)+.5*sin(u)*cos(v),.5*sin(v) with pm3d, \
72 1+cos(u)+.5*cos(u)*cos(v),.5*sin(v),sin(u)+.5*sin(u)*cos(v) with pm3d
81 set pm3d depthorder
82 splot cos(u)+.5*cos(u)*cos(v),sin(u)+.5*sin(u)*cos(v),.5*sin(v) with pm3d, \
[all …]
H A Dpm3d_lighting.dem2 # pm3d lighting model with specular highlighting
21 set pm3d implicit at s depth noborder
28 set title "pm3d lighting model with specular highlighting"
29 set pm3d lighting primary 0.5 specular 0.2
53 set pm3d depthorder noborder
54 set pm3d lighting specular 0.6
56 splot cos(u)+.5*cos(u)*cos(v),sin(u)+.5*sin(u)*cos(v),.5*sin(v) with pm3d, \
57 1+cos(u)+.5*cos(u)*cos(v),.5*sin(v),sin(u)+.5*sin(u)*cos(v) with pm3d
H A Dhidden_compare.dem1 # Compare hidden3d and pm3d methods for handling hidden surface removal
27 set title "pm3d 2-color surface"
28 set pm3d depthorder
29 set pm3d interpolate 1,1 # border linecolor rgb "#a0a0f0" linewidth 0.500
30 set pm3d lighting primary 0.33 specular 0.2 spec2 0.3
35 0.5*sin(v) with pm3d fc ls 3
H A Dcomplex_trig.dem33 splot '++' using 1:2:(phase($1,$2)) with pm3d lc rgb variable
43 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
48 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
53 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
58 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
63 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
68 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
73 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
78 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
83 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
[all …]
H A Dtransparent_solids.dem19 set pm3d depthorder border linecolor rgb "#a0a0f0" linewidth 0.5
21 splot cos(u)+.5*cos(u)*cos(v),sin(u)+.5*sin(u)*cos(v),.5*sin(v) with pm3d, \
22 1+cos(u)+.5*cos(u)*cos(v),.5*sin(v),sin(u)+.5*sin(u)*cos(v) with pm3d
29 set pm3d depthorder border linetype -1 linewidth 0.5
55 splot x(u,v), y(u,v), z(u,v) with pm3d
/dports/math/gnuplot-lite/gnuplot-5.4.1/demo/
H A Dpm3d.dem8 # load 'pm3d.dem'
40 #show pm3d
47 set pm3d at s
123 set pm3d
144 set pm3d
159 set pm3d
167 set pm3d
191 set pm3d
216 set pm3d
257 #show pm3d
[all …]
H A Dpm3d_clip.dem10 set pm3d depthorder border linewidth 0.100
11 set pm3d clip
12 set pm3d lighting primary 0.5 specular 0.2 spec2 0
23 set multiplot layout 1,2 title "new pm3d default is smooth clipping against zrange"
24 set title "set pm3d clip4in (old default)"
25 set pm3d clip4in
27 splot f(x,y) with pm3d fc "cyan"
29 set title "set pm3d clip (new default)"
30 set pm3d clip
H A Dboxes3d.dem3 # Note: 3D boxes are implemented via the pm3d code so for commands
4 # with both a pm3d and a non-pm3d variant you must use the former.
5 # "set pm3d depthorder" rather than "set hidden3d"
6 # "set pm3d border lc black" rather than "set style fill border lc black"
13 set pm3d border lc black
39 set pm3d depthorder
49 set pm3d depthorder base
55 set title 'Full treatment: 3D boxes with pm3d depth sorting and lighting'
56 set pm3d lighting
H A Dvoxel.dem4 # splot with pm3d
39 . "splot '++' using 1:2:(z):(voxel($1,$2,z)) with pm3d"
44 set pm3d depthorder noborder interpolate 2,2
45 set pm3d noclipcb
55 splot '++' using 1:2:(z):(voxel($1,$2,z)) with pm3d
60 splot '++' using 1:(-z):2:(voxel($1,-z,$2)) with pm3d, \
61 '++' using 1:2:(0):(voxel($1,$2,0)) with pm3d
73 splot '++' using 1:(0):2:(voxel($1,0,$2)) with pm3d, \
74 '++' using 1:2:(0):(voxel($1,$2,0)) with pm3d, \
75 '++' using (0):1:2:(voxel(0,$1,$2)) with pm3d
H A Dhidden2.dem4 # by drawing the surface twice, once "with pm3d" to produce the surface you
18 set title "Mixing pm3d surfaces with hidden-line plots"
23 splot f(x,y) with pm3d, x*x-y*y with lines lc rgb "black"
48 # Another example of pm3d hidden surface removal,
49 # this time using pm3d depth-ordering
70 set pm3d scansbackward
71 splot cos(u)+.5*cos(u)*cos(v),sin(u)+.5*sin(u)*cos(v),.5*sin(v) with pm3d, \
72 1+cos(u)+.5*cos(u)*cos(v),.5*sin(v),sin(u)+.5*sin(u)*cos(v) with pm3d
81 set pm3d depthorder
82 splot cos(u)+.5*cos(u)*cos(v),sin(u)+.5*sin(u)*cos(v),.5*sin(v) with pm3d, \
[all …]
H A Dpm3d_lighting.dem2 # pm3d lighting model with specular highlighting
21 set pm3d implicit at s depth noborder
28 set title "pm3d lighting model with specular highlighting"
29 set pm3d lighting primary 0.5 specular 0.2
53 set pm3d depthorder noborder
54 set pm3d lighting specular 0.6
56 splot cos(u)+.5*cos(u)*cos(v),sin(u)+.5*sin(u)*cos(v),.5*sin(v) with pm3d, \
57 1+cos(u)+.5*cos(u)*cos(v),.5*sin(v),sin(u)+.5*sin(u)*cos(v) with pm3d
H A Dhidden_compare.dem1 # Compare hidden3d and pm3d methods for handling hidden surface removal
27 set title "pm3d 2-color surface"
28 set pm3d depthorder
29 set pm3d interpolate 1,1 # border linecolor rgb "#a0a0f0" linewidth 0.500
30 set pm3d lighting primary 0.33 specular 0.2 spec2 0.3
35 0.5*sin(v) with pm3d fc ls 3
H A Dcomplex_trig.dem33 splot '++' using 1:2:(phase($1,$2)) with pm3d lc rgb variable
43 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
48 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
53 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
58 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
63 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
68 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
73 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
78 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
83 splot '++' using 1:2:(color($1,$2)) with pm3d lc rgb variable
[all …]
/dports/benchmarks/fio/fio-3.29/tools/plot/
H A Dgraph3D.gpm26 set pm3d at s solid hidden3d 100 scansbackward
27 set pm3d depthorder
59 set pm3d at s solid hidden3d 100 scansbackward
60 set pm3d depthorder
67 set pm3d at s solid hidden3d 100 scansbackward
68 set pm3d depthorder
74 set pm3d map
90 set pm3d at bs solid hidden3d 100 scansbackward
91 set pm3d depthorder
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dpm3d.c392 if (pm3d.base_sort) in pm3d_depth_queue_flush()
404 if (pm3d.base_sort) in pm3d_depth_queue_flush()
511 interp_i = pm3d.interp_i; in pm3d_plot()
512 interp_j = pm3d.interp_j; in pm3d_plot()
551 fprintf(stderr, "pm3d.interp_i=%i\t pm3d.interp_j=%i\n", pm3d.interp_i, pm3d.interp_j); in pm3d_plot()
1122 strcpy(pm3d.where, "s"); in pm3d_reset()
1124 pm3d.ftriangles = 0; in pm3d_reset()
1126 pm3d.no_clipcb = FALSE; in pm3d_reset()
1130 pm3d.interp_i = 1; in pm3d_reset()
1131 pm3d.interp_j = 1; in pm3d_reset()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.c384 if (pm3d.base_sort) in pm3d_depth_queue_flush()
402 if (pm3d.base_sort) in pm3d_depth_queue_flush()
411 if (pm3d.zmean_sort) in pm3d_depth_queue_flush()
520 interp_i = pm3d.interp_i; in pm3d_plot()
521 interp_j = pm3d.interp_j; in pm3d_plot()
560 fprintf(stderr, "pm3d.interp_i=%i\t pm3d.interp_j=%i\n", pm3d.interp_i, pm3d.interp_j); in pm3d_plot()
1082 pm3d.ftriangles = 0; in pm3d_reset()
1084 pm3d.no_clipcb = FALSE; in pm3d_reset()
1086 pm3d.base_sort = FALSE; in pm3d_reset()
1090 pm3d.interp_i = 1; in pm3d_reset()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.c384 if (pm3d.base_sort) in pm3d_depth_queue_flush()
402 if (pm3d.base_sort) in pm3d_depth_queue_flush()
411 if (pm3d.zmean_sort) in pm3d_depth_queue_flush()
520 interp_i = pm3d.interp_i; in pm3d_plot()
521 interp_j = pm3d.interp_j; in pm3d_plot()
560 fprintf(stderr, "pm3d.interp_i=%i\t pm3d.interp_j=%i\n", pm3d.interp_i, pm3d.interp_j); in pm3d_plot()
1082 pm3d.ftriangles = 0; in pm3d_reset()
1084 pm3d.no_clipcb = FALSE; in pm3d_reset()
1086 pm3d.base_sort = FALSE; in pm3d_reset()
1090 pm3d.interp_i = 1; in pm3d_reset()
[all …]

1234567891011