Home
last modified time | relevance | path

Searched refs:plot_type (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/dns/p5-DSC/p5-DSC-2.04/DSC/grapher/
H A Dplot.pm183 plot_type => 'trace',
194 plot_type => 'trace',
206 plot_type => 'trace',
218 plot_type => 'trace',
230 plot_type => 'trace',
269 plot_type => 'trace',
331 plot_type => 'trace',
343 plot_type => 'trace',
501 plot_type => 'trace',
659 plot_type => 'none',
[all …]
/dports/multimedia/vmaf/vmaf-2.3.0/python/vmaf/tools/
H A Dplot.py25 def plot_distribution(plot_type, df, key, slice_name, slices, colors=None, ax=None): argument
33 if plot_type == 'cdf':
36 elif plot_type == 'pdf':
40 assert False, "Unknown plot type: {}".format(plot_type)
48 def plot_distribution_fit(plot_type, df, key, slice_name, slices, colors=None, ax=None, distributio… argument
59 _plot_distribution_fit(ax, data, distribution_fcn, plot_type, "", colors[0], **kwargs)
67 _plot_distribution_fit(ax, data, distribution_fcn, plot_type, slice, color, **kwargs)
70 def _plot_distribution_fit(ax, data, distribution_fcn, plot_type, tag, color, **kwargs): argument
79 if plot_type == 'cdf':
82 elif plot_type == 'pdf':
[all …]
/dports/science/py-segregation/segregation-2.1.0/segregation/tests/
H A Dtest_decomposition.py17 res.plot(plot_type = 'cdfs')
18 res.plot(plot_type = 'maps')
23 res.plot(plot_type = 'cdfs')
24 res.plot(plot_type = 'maps')
29 res.plot(plot_type = 'cdfs')
30 res.plot(plot_type = 'maps')
/dports/science/py-obspy/obspy-1.2.2/obspy/taup/tests/
H A Dtest_plotting.py39 140).plot_rays(plot_type="spherical",
53 arrivals.plot_rays(plot_type="spherical",
65 140).plot_rays(plot_type="spherical",
77 plot_type="spherical", plot_all=True, show=False,
93 plot_type="spherical", legend=True,
118 arrivals.plot_rays(plot_type="cartesian", plot_all=True,
130 arrivals.plot_rays(plot_type="cartesian", plot_all=False,
139 arrivals.plot(plot_type="cartesian", plot_all=False,
221 arrivals.plot_rays(plot_type="spherical", ax=ax,
236 arrivals.plot_rays(plot_type="cartesian", ax=ax, show=False)
[all …]
/dports/biology/py-deeptools/deepTools-3.5.1/deeptools/
H A Dheatmapper_utilities.py13 def plot_single(ax, ma, average_type, color, label, plot_type='lines'): argument
72 if plot_type == 'fill':
75 if plot_type in ['se', 'std']:
76 if plot_type == 'se': # standard error
94 def plotly_single(ma, average_type, color, label, plot_type='line'): argument
101 if plot_type == 'fill':
104 if plot_type in ['se', 'std']:
105 if plot_type == 'se': # standard error
/dports/science/madness/madness-ebb3fd7/src/madness/mra/
H A Dmraplot.cc124 std::string plot_type; // line or volume member in Plotter
137 ar & cell & plot_cell & data_type & plot_type in serialize()
147 , plot_type("volume") in Plotter()
233 plot_type = "line"; in read()
236 plot_type = "volume"; in read()
282 …print(plot_type,"plot of", data_type, "function in", ndim,"dimensions from file", input_filename, … in read()
387 if (plot_type == "volume") dovolumeplot<T,NDIM>(f,pFunc); in doplot1()
388 else if (plot_type == "line") dolineplot<T,NDIM>(f,pFunc); in doplot1()
392 if (plot_type == "volume") dovolumeplot<T,NDIM>(f); in doplot1()
393 else if (plot_type == "line") dolineplot<T,NDIM>(f); in doplot1()
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/notes/
H A Dlayout_testing.md24 (74) plot_type: 5
69 (74) plot_type: 5
114 (74) plot_type: 5
159 (74) plot_type: 5
204 (74) plot_type: 5
249 (74) plot_type: 5
294 (74) plot_type: 5
339 (74) plot_type: 5
384 (74) plot_type: 0
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/reporting/
H A Dglm_reporter.py59 plot_type='slice', argument
180 display_mode = display_mode_selector[plot_type]
232 plot_type=plot_type,
641 display_mode, plot_type): argument
740 plot_type=plot_type,
843 plot_type, argument
887 if plot_type == 'slice':
892 elif plot_type == 'glass':
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/glm/
H A D_base.py9 height_control='fpr', min_distance=8., plot_type='slice', argument
116 plot_type=plot_type, display_mode=display_mode,
/dports/graphics/py-geomdl/geomdl-5.2.10/geomdl/
H A Dvis.py52 def add(self, ptsarr, plot_type, name="", color="", idx=0): argument
71 elem = {'ptsarr': ptsarr, 'name': plt_name, 'color': color, 'type': plot_type, 'idx': idx}
149 def size(self, plot_type): argument
159 if plot['type'] == plot_type:
H A Dmulti.py434 color=color[0], plot_type='ctrlpts', idx=idx)
436 color=color[1], plot_type='evalpts', idx=idx)
1068 color=color[0], plot_type='ctrlpts', idx=idx)
1073 color=color[1], plot_type='evalpts', idx=idx)
1080 color=color[1], plot_type='evalpts', idx=idx)
1195 color=color[0], plot_type='ctrlpts', idx=idx)
1203 color=color[0], plot_type='ctrlpts', idx=idx)
1208 …ret = dict(ptsarr=elem.evalpts, name=(elem.name, idx), color=color[1], plot_type='evalpts', idx=id…
1216 name=elem.name, color=color[1], plot_type='evalpts', idx=idx)
1223 name=elem.name, color=color[1], plot_type='evalpts', idx=idx)
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/plotting/
H A Dlayouts.c43 unsigned int plot_type,
77 unsigned int plot_type) in vrna_plot_layout() argument
80 return rna_layout(structure, plot_type, NULL); in vrna_plot_layout()
141 int plot_type) in vrna_plot_coords() argument
147 ret = vrna_plot_coords_pt(pt, x, y, plot_type); in vrna_plot_coords()
168 int plot_type) in vrna_plot_coords_pt() argument
171 switch (plot_type) { in vrna_plot_coords_pt()
242 unsigned int plot_type, in rna_layout() argument
274 switch (plot_type) { in rna_layout()
H A Dlayouts.h125 unsigned int plot_type);
284 int plot_type);
310 int plot_type);
/dports/math/py-yt/yt-4.0.1/yt/utilities/answer_testing/
H A Dtesting_utilities.py458 def _create_plot_window_attribute_plot(ds, plot_type, field, axis, pkwargs=None): argument
479 if plot_type is None:
481 cls = getattr(pw, plot_type, None)
483 cls = getattr(particle_plots, plot_type)
489 data_source, x_field, y_field, z_field, plot_type, plot_kwargs=None argument
514 if plot_type is None:
516 cls = getattr(profile_plotter, plot_type, None)
518 cls = getattr(particle_plots, plot_type)
/dports/cad/py-lcapy/lcapy-23c940f/lcapy/
H A Dplot.py76 plot_type = kwargs.pop('plot_type', 'dB_phase')
77 if plot_type == 'dB_phase':
81 elif plot_type == 'mag_phase':
85 elif plot_type == 'real_imag':
89 raise ValueError('Unknown plot type: %s' % plot_type)
/dports/science/quantum-espresso/q-e-qe-6.7.0/TDDFPT/src/
H A Dlr_charg_resp.f90818 SUBROUTINE lr_dump_rho(plot_type) argument
830 INTEGER, INTENT(IN) :: plot_type local
834 IF (plot_type == 1 .or. plot_type == 5) &
836 IF (plot_type == 2 .or. plot_type == 5) &
838 IF (plot_type == 3 .or. plot_type == 5) &
841 IF (plot_type == 1 .or. plot_type == 5) &
843 IF (plot_type == 2 .or. plot_type == 5) &
845 IF (plot_type == 3 .or. plot_type == 5) &
848 IF (plot_type == 1 .OR. plot_type == 5) &
850 IF (plot_type == 2 .OR. plot_type == 5) &
[all …]
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/reporting/tests/
H A Dtest_glm_reporter.py40 contrast, plot_type='glass', height_control=None,
43 report_flm = glmr.make_glm_report(flm, contrast, plot_type='glass',
240 plot_type='slice',
253 plot_type='glass',
269 plot_type='junk',
/dports/graphics/cimg/CImg-v.2.9.7/examples/
H A Dplotter1d.cpp59 const unsigned int plot_type = cimg_option("-p",1,"Plot type"); in main() local
69 values.display_graph(formula,plot_type,vertex_type,"X-axis",x0,x1,"Y-axis"); in main()
/dports/graphics/gmic-qt/CImg-v.2.9.8/examples/
H A Dplotter1d.cpp59 const unsigned int plot_type = cimg_option("-p",1,"Plot type"); in main() local
69 values.display_graph(formula,plot_type,vertex_type,"X-axis",x0,x1,"Y-axis"); in main()
/dports/math/plplot-ada/plplot-5.15.0/examples/ocaml/
H A Dx04.ml15 let plot1 plot_type =
37 match plot_type with
59 if plot_type = 0 then (
102 else if plot_type = 1 then (
/dports/math/plplot/plplot-5.15.0/examples/ocaml/
H A Dx04.ml15 let plot1 plot_type =
37 match plot_type with
59 if plot_type = 0 then (
102 else if plot_type = 1 then (
/dports/math/octave-forge-signal/signal-1.4.1/inst/
H A Dar_psd.m153 plot_type = 1; variable
198 plot_type = 1; variable
200 plot_type = 2; variable
202 plot_type = 3; variable
204 plot_type = 4; variable
206 plot_type = 5; variable
305 if ( plot_type == 1 )
307 elseif ( plot_type == 2 )
309 elseif ( plot_type == 3 )
311 elseif ( plot_type == 4 )
[all …]
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_PLOTSETTINGS.inc34 { 74, "4", NULL, 0, BITS_UNKNOWN, "plot_type", 1, {-1,-1,-1,-1,-1} },
80 { 74, "4", NULL, 0, BITS_UNKNOWN, "plot_type", 1, {-1,-1,-1,-1,-1} },
126 { 74, "5", NULL, 0, BITS_UNKNOWN, "plot_type", 1, {-1,-1,-1,-1,-1} },
172 { 74, "4", NULL, 0, BITS_UNKNOWN, "plot_type", 1, {-1,-1,-1,-1,-1} },
218 { 74, "5", NULL, 0, BITS_UNKNOWN, "plot_type", 1, {-1,-1,-1,-1,-1} },
264 { 74, "5", NULL, 0, BITS_UNKNOWN, "plot_type", 1, {-1,-1,-1,-1,-1} },
310 { 74, "5", NULL, 0, BITS_UNKNOWN, "plot_type", 1, {-1,-1,-1,-1,-1} },
356 { 74, "5", NULL, 0, BITS_UNKNOWN, "plot_type", 1, {-1,-1,-1,-1,-1} },
402 { 74, "4", NULL, 0, BITS_UNKNOWN, "plot_type", 1, {-1,-1,-1,-1,-1} },
448 { 74, "4", NULL, 0, BITS_UNKNOWN, "plot_type", 1, {-1,-1,-1,-1,-1} },
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dplot3d.c1711 this_plot->plot_type = DATA3D; in eval_3dplots()
1772 this_plot->plot_type = KEYENTRY; in eval_3dplots()
1804 this_plot->plot_type = FUNC3D; in eval_3dplots()
1826 this_plot->plot_type = VOXELDATA; in eval_3dplots()
1885 this_plot->plot_type = NODATA; in eval_3dplots()
2220 this_plot->plot_type = NODATA; in eval_3dplots()
2242 this_plot->plot_type = NODATA; in eval_3dplots()
2337 this_plot->plot_type, __LINE__); in eval_3dplots()
2342 this_plot->plot_type = NODATA; in eval_3dplots()
2726 new_plot->plot_type = DATA3D; in eval_3dplots()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dplot3d.c1711 this_plot->plot_type = DATA3D; in eval_3dplots()
1772 this_plot->plot_type = KEYENTRY; in eval_3dplots()
1804 this_plot->plot_type = FUNC3D; in eval_3dplots()
1826 this_plot->plot_type = VOXELDATA; in eval_3dplots()
1885 this_plot->plot_type = NODATA; in eval_3dplots()
2220 this_plot->plot_type = NODATA; in eval_3dplots()
2242 this_plot->plot_type = NODATA; in eval_3dplots()
2337 this_plot->plot_type, __LINE__); in eval_3dplots()
2342 this_plot->plot_type = NODATA; in eval_3dplots()
2726 new_plot->plot_type = DATA3D; in eval_3dplots()
[all …]

12345678910