Home
last modified time | relevance | path

Searched refs:plot_func (Results 1 – 25 of 39) sorted by relevance

12

/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/metrics/_plot/tests/
H A Dtest_plot_curve_common.py34 def test_plot_curve_error_non_binary(pyplot, data, plot_func): argument
43 plot_func(clf, X, y)
75 plot_func, argument
87 plot_func(clf, X, y, response_method=response_method)
92 def test_plot_curve_estimator_name_multiple_calls(pyplot, data_binary, plot_func): argument
98 disp = plot_func(clf, X, y, name=clf_name)
121 def test_plot_det_curve_not_fitted_errors(pyplot, data_binary, clf, plot_func): argument
127 plot_func(model, X, y)
129 disp = plot_func(model, X, y)
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/lines_bars_and_markers/
H A Dfilled_step.py81 plot_func=None, plot_kwargs=None): argument
134 if plot_func is None:
135 plot_func = filled_hist
170 ret = plot_func(ax, edges, top, bottoms=bottoms,
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/api/
H A Dfilled_step.py83 plot_func=None, plot_kwargs=None): argument
134 if plot_func is None:
135 plot_func = filled_hist
170 ret = plot_func(ax, edges, top, bottoms=bottoms,
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/api/
H A Dfilled_step.py83 plot_func=None, plot_kwargs=None): argument
134 if plot_func is None:
135 plot_func = filled_hist
170 ret = plot_func(ax, edges, top, bottoms=bottoms,
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/plotting/tests/
H A Dtest_img_plotting.py176 for plot_func in [plot_anat, plot_img, plot_stat_map, plot_epi,
178 plot_func(img_3d, output_file=filename)
181 for plot_func in [plot_carpet]:
182 plot_func(img_4d, mask_img=img_4d_mask, output_file=filename)
199 plot_func(img_3d, display_mode='mosaic',
1123 for plot_func in [plot_img, plot_anat, plot_roi, plot_epi,
1130 plot_func(img, display_mode='ortho', cut_coords=2)
1136 for plot_func in [plot_img, plot_anat, plot_roi, plot_epi,
1143 plot_func(img, display_mode='tiled', cut_coords=2)
1149 for plot_func in [plot_img, plot_anat, plot_roi, plot_epi,
[all …]
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dcurve_editor_plugin.cpp564 static void plot_curve_accurate(const Curve &curve, float step, T plot_func) { in plot_curve_accurate() argument
569 plot_func(Vector2(0, y), Vector2(1.f, y), true); in plot_curve_accurate()
576 plot_func(Vector2(0, first_point.y), first_point, false); in plot_curve_accurate()
577 plot_func(Vector2(Curve::MAX_X, last_point.y), last_point, false); in plot_curve_accurate()
593 plot_func(prev_pos, pos, true); in plot_curve_accurate()
597 plot_func(prev_pos, b, true); in plot_curve_accurate()
714 CanvasItemPlotCurve plot_func(*this, line_color, edge_line_color); in _draw() local
715 plot_curve_accurate(curve, 4.f / view_size.x, plot_func); in _draw()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dcurve_editor_plugin.cpp564 static void plot_curve_accurate(const Curve &curve, float step, T plot_func) { in plot_curve_accurate() argument
569 plot_func(Vector2(0, y), Vector2(1.f, y), true); in plot_curve_accurate()
576 plot_func(Vector2(0, first_point.y), first_point, false); in plot_curve_accurate()
577 plot_func(Vector2(Curve::MAX_X, last_point.y), last_point, false); in plot_curve_accurate()
593 plot_func(prev_pos, pos, true); in plot_curve_accurate()
597 plot_func(prev_pos, b, true); in plot_curve_accurate()
714 CanvasItemPlotCurve plot_func(*this, line_color, edge_line_color); in _draw() local
715 plot_curve_accurate(curve, 4.f / view_size.x, plot_func); in _draw()
/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/tests/test_speed/
H A Dplot_benchmark.py193 for attr, (plot_func, is_table) in PLOT_FUNCS.items():
194 svg_or_table = plot_func(data)
/dports/biology/py-multiqc/multiqc-1.10/multiqc/modules/bbmap/
H A Dbbmap.py150 plot_func = file_types[file_type]["plot_func"]
152 return plot_func(samples, file_type, plot_title=plot_title, plot_params=plot_params)
/dports/devel/py-qutip/qutip-4.6.2/qutip/
H A Dipynbtools.py375 def plot_animation(plot_setup_func, plot_func, result, name="movie", argument
387 return plot_func(result, n, fig=fig, axes=axes)
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_preprocess_data.py18 def plot_func(ax, x, y, ls="x", label=None, w="xyz"): function
23 all_funcs = [plot_func]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Dmain.cc122 : label(label), enabled(false), plot_func(f) {} in PlotDeclaration()
126 const std::function<void(Plot*)> plot_func; member
591 plot.plot_func(output); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Dmain.cc122 : label(label), enabled(false), plot_func(f) {} in PlotDeclaration()
126 const std::function<void(Plot*)> plot_func; member
584 plot.plot_func(output); in main()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_preprocess_data.py19 def plot_func(ax, x, y, ls="x", label=None, w="xyz"): function
38 all_funcs = [plot_func, plot_func_varargs]
/dports/science/py-OpenMC/openmc-0.12.2/openmc/
H A Dplotter.py189 plot_func = ax.semilogx
191 plot_func = ax.loglog
197 plot_func(E, data[i, :], label=types[i])
/dports/science/openmc/openmc-0.12.2/openmc/
H A Dplotter.py189 plot_func = ax.semilogx
191 plot_func = ax.loglog
197 plot_func(E, data[i, :], label=types[i])
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c327 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line, typedef
338 plot_func plot, in segment()
/dports/lang/clover/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c327 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line, typedef
338 plot_func plot, in segment()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c327 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line, typedef
338 plot_func plot, in segment()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c327 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line, typedef
338 plot_func plot, in segment()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/swrast/
H A Ds_aaline.c327 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line, typedef
338 plot_func plot, in segment()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c327 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line, typedef
338 plot_func plot, in segment()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c327 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line, typedef
338 plot_func plot, in segment()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c327 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line, typedef
338 plot_func plot, in segment()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c327 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line, typedef
338 plot_func plot, in segment()

12