Home
last modified time | relevance | path

Searched refs:plot_mode (Results 1 – 25 of 37) sorted by relevance

12

/dports/science/py-abipy/abipy-0.9.0/abipy/panels/
H A Dcore.py186 plot_mode = self.ebands_plotter_mode.value
187 plotfunc = getattr(ebands_plotter, plot_mode, None)
189 raise ValueError("Don't know how to handle plot_mode: %s" % plot_mode)
206 plot_mode = self.edos_plotter_mode.value
207 plotfunc = getattr(edos_plotter, plot_mode, None)
209 raise ValueError("Don't know how to handle plot_mode: %s" % plot_mode)
H A Dphonons.py24 plot_mode = self.phbands_plotter_mode.value
25 plotfunc = getattr(self.plotter, plot_mode, None)
27 raise ValueError("Don't know how to handle plot_mode: %s" % plot_mode)
H A Dflows.py162 plot_mode = self.ebands_plotter_mode.value
163 plotfunc = getattr(ebands_plotter, plot_mode, None)
165 raise ValueError("Don't know how to handle plot_mode: %s" % plot_mode)
/dports/science/py-abipy/abipy-0.9.0/abipy/scripts/
H A Dabirun.py1110 if options.plot_mode is not None and cls2plotter:
1116 options.plot_mode, plotter.__class__.__name__, str(exc)), "red")
1154 plot_mode = options.plot_mode
1155 if plot_mode is not None:
1156 plotfunc = getattr(ebands_plotter, plot_mode, None)
1158 raise ValueError("Don't know how to handle plot_mode: %s" % plot_mode)
1165 plot_mode = options.plot_mode
1166 if plot_mode is not None:
1170 if plot_mode == "gridplot":
1173 elif plot_mode == "combiplot":
[all …]
H A Dabicomp.py296 if options.plot_mode != "None":
297 plotfunc = getattr(plotter, options.plot_mode, None)
299 raise ValueError("Don't know how to handle plot_mode: %s" % options.plot_mode)
335 if options.plot_mode != "None":
336 plotfunc = getattr(plotter, options.plot_mode, None)
338 raise ValueError("Don't know how to handle plot_mode: %s" % options.plot_mode)
376 if options.plot_mode == "panel":
379 elif options.plot_mode != "None":
380 plotfunc = getattr(plotter, options.plot_mode, None)
418 if options.plot_mode != "None":
[all …]
/dports/deskutils/genius/genius-1.0.27/src/
H A Dgraphing.c83 } plot_mode = MODE_LINEPLOT; variable
6600 plot_mode = MODE_SURFACE; in surface_from_dialog()
6701 plot_mode = MODE_SURFACE; in surface_from_dialog()
6785 plot_mode = MODE_LINEPLOT; in plot_from_dialog_lineplot()
7490 plot_mode = MODE_SURFACE; in SurfacePlot_op()
7974 plot_mode = MODE_LINEPLOT; in LinePlot_op()
8320 plot_mode = MODE_LINEPLOT; in LinePlotClear_op()
8367 plot_mode = MODE_SURFACE; in SurfacePlotClear_op()
9676 plot_mode = MODE_SURFACE; in SurfacePlotDrawLine_op()
10183 plot_mode = MODE_SURFACE; in SurfacePlotData_op()
[all …]
/dports/math/ump/ump-0.8.6/src/
H A Dump_graphwin.cpp834 settings.plot_mode = *str; in graphwin_load_settings()
1790 switch( gtk_combo_box_get_active(GTK_COMBO_BOX(plot_mode)) ) in graphwin_settings_ok()
1793 settings.plot_mode = "Dots"; in graphwin_settings_ok()
1796 settings.plot_mode = "Connected"; in graphwin_settings_ok()
1799 settings.plot_mode = "Connected without asymptotes"; in graphwin_settings_ok()
1920 plot_mode = gtk_combo_box_new_text(); in graphwin_settings_show()
1924 if( settings.plot_mode == "Dots" ) in graphwin_settings_show()
1925 gtk_combo_box_set_active( GTK_COMBO_BOX(plot_mode), 0 ); in graphwin_settings_show()
1926 else if(settings.plot_mode == "Connected" ) in graphwin_settings_show()
1927 gtk_combo_box_set_active( GTK_COMBO_BOX(plot_mode), 1 ); in graphwin_settings_show()
[all …]
H A Dump_picturewin.h34 utf8_string plot_mode; member
H A Dmath2.builtin.cpp2784 PLOT_MODES plot_mode; in builtin_plot() local
2835 plot_mode = MODE_DOTS; in builtin_plot()
2837 plot_mode = MODE_CONNECTED; in builtin_plot()
2839 plot_mode = MODE_CONNECTED_WITHOUT_ASYMPTOTES; in builtin_plot()
2858 if( plot_mode != MODE_DOTS ) in builtin_plot()
2932 if( plot_mode == MODE_DOTS ) in builtin_plot()
3035 if( plot_mode != MODE_DOTS ) in builtin_plot()
3043 if( plot_mode == MODE_CONNECTED ) in builtin_plot()
3049 else if( plot_mode == MODE_CONNECTED_WITHOUT_ASYMPTOTES ) in builtin_plot()
3067 if( plot_mode != MODE_DOTS ) in builtin_plot()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dmouse.h205 int plot_mode(int mode);
H A Dcolor.h225 void draw_color_smooth_box(int plot_mode);
H A Dpm3d.h167 void set_plot_with_palette(int plot_num, int plot_mode);
H A Dcolor.c440 draw_color_smooth_box(int plot_mode) in draw_color_smooth_box() argument
481 if (plot_mode == MODE_SPLOT && !splot_map) { in draw_color_smooth_box()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dmouse.h205 int plot_mode(int mode);
H A Dcolor.h225 void draw_color_smooth_box(int plot_mode);
H A Dpm3d.h167 void set_plot_with_palette(int plot_num, int plot_mode);
H A Dcolor.c440 draw_color_smooth_box(int plot_mode) in draw_color_smooth_box() argument
481 if (plot_mode == MODE_SPLOT && !splot_map) { in draw_color_smooth_box()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dmouse.h208 int plot_mode __PROTO((int mode));
H A Dpm3d.h172 void set_plot_with_palette __PROTO((int plot_num, int plot_mode));
H A Dcolor.h265 void draw_color_smooth_box __PROTO((int plot_mode));
H A Dpm3d.c1250 set_plot_with_palette(int plot_num, int plot_mode) in set_plot_with_palette() argument
1264 if (plot_mode == MODE_PLOT) { in set_plot_with_palette()
1282 if (plot_mode == MODE_SPLOT) { in set_plot_with_palette()
1318 if (plot_mode == MODE_SPLOT) in set_plot_with_palette()
/dports/databases/grass7/grass-7.8.6/gui/wxpython/iscatt/
H A Dcontrollers.py70 self.plot_mode = None
358 if self.plot_mode:
359 self.plots[s_id]['scatt'].SetMode(self.plot_mode)
369 self.plot_mode = mode
382 if not activate and self.plot_mode not in [
/dports/graphics/p5-Chart-Clicker/Chart-Clicker-2.90/lib/Chart/Clicker/Renderer/
H A DLine.pm121 if( $clicker->plot_mode ne 'fast' ||
/dports/science/py-abipy/abipy-0.9.0/abipy/gui/
H A Dwxncview.py201 for plot_mode in ["line", "scatter"]:
203 twod_menu.AppendRadioItem(_id, plot_mode)
392 if opts.plot_mode == "line":
807 if opts.plot_mode == "line":
/dports/math/py-sympy/sympy-1.9/sympy/plotting/pygletplot/
H A Dplot.py14 from sympy.plotting.pygletplot.plot_mode import PlotMode

12