Home
last modified time | relevance | path

Searched refs:this_2dplot (Results 1 – 3 of 3) sorted by relevance

/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dpm3d.c1253 struct curve_points *this_2dplot = first_plot; in set_plot_with_palette() local
1265 while (this_2dplot) { in set_plot_with_palette()
1266 if (this_2dplot->plot_style == IMAGE) in set_plot_with_palette()
1268 if (this_2dplot->lp_properties.pm3d_color.type == TC_CB in set_plot_with_palette()
1269 || this_2dplot->lp_properties.pm3d_color.type == TC_FRAC in set_plot_with_palette()
1270 || this_2dplot->lp_properties.pm3d_color.type == TC_Z) in set_plot_with_palette()
1272 if (this_2dplot->labels in set_plot_with_palette()
1273 && (this_2dplot->labels->textcolor.type == TC_CB in set_plot_with_palette()
1274 || this_2dplot->labels->textcolor.type == TC_FRAC in set_plot_with_palette()
1275 || this_2dplot->labels->textcolor.type == TC_Z)) in set_plot_with_palette()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.c1298 struct curve_points *this_2dplot = first_plot; in set_plot_with_palette() local
1310 while (this_2dplot) { in set_plot_with_palette()
1311 if (this_2dplot->plot_style == IMAGE) in set_plot_with_palette()
1313 if (this_2dplot->lp_properties.pm3d_color.type == TC_CB in set_plot_with_palette()
1314 || this_2dplot->lp_properties.pm3d_color.type == TC_FRAC in set_plot_with_palette()
1315 || this_2dplot->lp_properties.pm3d_color.type == TC_Z) in set_plot_with_palette()
1317 if (this_2dplot->labels in set_plot_with_palette()
1318 && (this_2dplot->labels->textcolor.type == TC_CB in set_plot_with_palette()
1319 || this_2dplot->labels->textcolor.type == TC_FRAC in set_plot_with_palette()
1320 || this_2dplot->labels->textcolor.type == TC_Z)) in set_plot_with_palette()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.c1298 struct curve_points *this_2dplot = first_plot; in set_plot_with_palette() local
1310 while (this_2dplot) { in set_plot_with_palette()
1311 if (this_2dplot->plot_style == IMAGE) in set_plot_with_palette()
1313 if (this_2dplot->lp_properties.pm3d_color.type == TC_CB in set_plot_with_palette()
1314 || this_2dplot->lp_properties.pm3d_color.type == TC_FRAC in set_plot_with_palette()
1315 || this_2dplot->lp_properties.pm3d_color.type == TC_Z) in set_plot_with_palette()
1317 if (this_2dplot->labels in set_plot_with_palette()
1318 && (this_2dplot->labels->textcolor.type == TC_CB in set_plot_with_palette()
1319 || this_2dplot->labels->textcolor.type == TC_FRAC in set_plot_with_palette()
1320 || this_2dplot->labels->textcolor.type == TC_Z)) in set_plot_with_palette()
[all …]