Home
last modified time | relevance | path

Searched refs:opt_out_of_contours (Results 1 – 9 of 9) sorted by relevance

/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dgraph3d.h111 TBOOLEAN opt_out_of_contours; /* set by "nocontours" option to splot command */ member
H A Dplot3d.c1670 this_plot->opt_out_of_contours = TRUE; in eval_3dplots()
1882 && (draw_contour && !this_plot->opt_out_of_contours)) { in eval_3dplots()
2368 if (this_plot->opt_out_of_contours) in eval_3dplots()
2409 new_plot->opt_out_of_contours = TRUE; in eval_3dplots()
H A Dgraph3d.c1125 if (draw_contour && !(this_plot->opt_out_of_contours)) in do_3dplot()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dgraph3d.h107 TBOOLEAN opt_out_of_contours; /* set by "nocontours" option to splot command */ member
H A Dplot3d.c1134 if (draw_contour && !this_plot->opt_out_of_contours) { in get_3ddata()
1946 this_plot->opt_out_of_contours = TRUE; in eval_3dplots()
2172 && (draw_contour && !this_plot->opt_out_of_contours)) { in eval_3dplots()
2682 if (this_plot->opt_out_of_contours) in eval_3dplots()
2723 new_plot->opt_out_of_contours = TRUE; in eval_3dplots()
H A Dgraph3d.c1201 if (draw_contour && !(this_plot->opt_out_of_contours)) in do_3dplot()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dgraph3d.h107 TBOOLEAN opt_out_of_contours; /* set by "nocontours" option to splot command */ member
H A Dplot3d.c1134 if (draw_contour && !this_plot->opt_out_of_contours) { in get_3ddata()
1946 this_plot->opt_out_of_contours = TRUE; in eval_3dplots()
2172 && (draw_contour && !this_plot->opt_out_of_contours)) { in eval_3dplots()
2682 if (this_plot->opt_out_of_contours) in eval_3dplots()
2723 new_plot->opt_out_of_contours = TRUE; in eval_3dplots()
H A Dgraph3d.c1201 if (draw_contour && !(this_plot->opt_out_of_contours)) in do_3dplot()