Home
last modified time | relevance | path

Searched refs:plot_curve (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/sane-epkowa/iscan-2.11.0/frontend/
H A Dpisa_gamma_correction.h66 void plot_curve ( int p1, int p2, int p3, int p4 );
H A Dpisa_gamma_correction.cc624 plot_curve ( p1, p2, p3, p4 ); in calculate_curve()
635 void gamma_correction::plot_curve ( int p1, int p2, int p3, int p4 ) in plot_curve() function in gamma_correction
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/evaluate/
H A Dowrocanalysis.py165 def plot_curve(curve, pen=None, shadow_pen=None, symbol="+", function
205 PlotCurve.from_roc_curve = staticmethod(plot_curve)
230 pc = plot_curve(curve, pen=pen, shadow_pen=shadow_pen, symbol=symbol,
518 return plot_curve(
522 return [plot_curve(fold, pen=pen, shadow_pen=shadow_pen)
/dports/math/py-sympy/sympy-1.9/sympy/plotting/pygletplot/
H A Dplot_modes.py4 from sympy.plotting.pygletplot.plot_curve import PlotCurve
/dports/audio/codec2/codec2-1.0.3/octave/
H A Dtest_ldpc_fsk_lib.m64 function plot_curve function
710 plot_curve;
/dports/math/py-sympy/sympy-1.9/sympy/utilities/tests/
H A Dtest_pickling.py311 from sympy.plotting.pygletplot.plot_curve import PlotCurve