Home
last modified time | relevance | path

Searched refs:yfield (Results 1 – 25 of 53) sorted by relevance

123

/dports/math/ploticus/pl240src/pltestsuite/
H A Dbigcsv.pl590 yfield: 25 label
597 yfield: 38 label
604 yfield: 28 label
611 yfield: 10 label
618 yfield: 53 label
625 yfield: 2 label
632 yfield: 46 label
639 yfield: 15 label
653 yfield: 9 label
743 yfield: 5 label
[all …]
/dports/math/ploticus-nox11/pl240src/pltestsuite/
H A Dbigcsv.pl590 yfield: 25 label
597 yfield: 38 label
604 yfield: 28 label
611 yfield: 10 label
618 yfield: 53 label
625 yfield: 2 label
632 yfield: 46 label
639 yfield: 15 label
653 yfield: 9 label
743 yfield: 5 label
[all …]
/dports/misc/py-kartograph/kartograph.py-0.6.8/kartograph/layersource/
H A Dcsvlayer.py19 def __init__(self, src, mode, xfield, yfield, dialect, crs): argument
37 if xfield not in h or yfield not in h:
38 …ror('could not find csv column for coordinates (was looking for "%s" and "%s")' % (xfield, yfield))
41 self.yfield = yfield
57 elif key == self.yfield:
/dports/math/ploticus-nox11/pl240src/prefabs/
H A Dscat.pl122 yfield: @y label
138 yfield: @y label
199 yfield: @y label
216 yfield: @y2 label
231 yfield: @y3 label
246 yfield: @y4 label
H A Dchron.pl184 yfield: @y label
232 yfield: @y label
260 yfield: @y2 label
290 yfield: @y3 label
321 yfield: @y4 label
H A Dstack.pl116 yfield: @y4 label
123 yfield: @y3 label
130 yfield: @y2 label
136 yfield: @y label
H A Dlines.pl150 yfield: @y label
190 yfield: @y2 label
231 yfield: @y3 label
272 yfield: @y4 label
H A Dvbars.pl115 yfield: @y label
179 yfield: @y label
235 yfield: @y2 label
H A Dchron.pl--171 yfield: @y
210 yfield: @y
242 yfield: @y2
272 yfield: @y3
303 yfield: @y4
H A Dchron.pl-172 yfield: @y
218 yfield: @y
246 yfield: @y2
276 yfield: @y3
307 yfield: @y4
/dports/math/ploticus/pl240src/prefabs/
H A Dscat.pl122 yfield: @y label
138 yfield: @y label
199 yfield: @y label
216 yfield: @y2 label
231 yfield: @y3 label
246 yfield: @y4 label
H A Dchron.pl184 yfield: @y label
232 yfield: @y label
260 yfield: @y2 label
290 yfield: @y3 label
321 yfield: @y4 label
H A Dstack.pl116 yfield: @y4 label
123 yfield: @y3 label
130 yfield: @y2 label
136 yfield: @y label
H A Dlines.pl150 yfield: @y label
190 yfield: @y2 label
231 yfield: @y3 label
272 yfield: @y4 label
H A Dvbars.pl115 yfield: @y label
179 yfield: @y label
235 yfield: @y2 label
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/tests/
H A Dtest_sample.py29 yfield = np.zeros(num_particles)
36 CICSample_3(xp, yp, zp, yfield, num_particles, grid["y"], le, dims, dx)
40 assert_allclose(yp, yfield)
/dports/math/ploticus-nox11/pl240src/src/
H A Dproc_scatterplot.c36 int xfield, yfield, lblfield, sizefield, symfield; in PLP_scatterplot() local
50 xfield = -1; yfield = -1; in PLP_scatterplot()
77 else if( strcmp( attr, "yfield" )==0 ) yfield = fref( lineval ) -1; in PLP_scatterplot()
140 if( xfield < 0 && yfield < 0 ) return( Eerr( 2205, "Niether xfield nor yfield defined", "" )); in PLP_scatterplot()
145 if( strcmp( legendlabel, "#useyname" )==0 ) getfname( yfield+1, legendlabel ); in PLP_scatterplot()
162 …if( yfield < 0 ) clustermeth = 'v'; /* 1-d horizontal - cluster vertically (was 'h'-scg 4/21/05)… in PLP_scatterplot()
209 if( yfield >= 0 ) { in PLP_scatterplot()
210 y = fda( i, yfield, 'y' ); in PLP_scatterplot()
211 if( Econv_error() ) { conv_msg( i, yfield, "yfield" ); continue; } in PLP_scatterplot()
218 if( yfield < 0 ) y = yloc; in PLP_scatterplot()
[all …]
H A Dproc_curvefit.c35 int i, stat, order, xfield, yfield, npts, nresultpoints, irow, showresults, calcrangegiven; in PLP_curvefit() local
44 yfield = -1; in PLP_curvefit()
67 else if( strcmp( attr, "yfield" )==0 ) yfield = fref( lineval ) - 1; in PLP_curvefit()
98 if( yfield < 0 || yfield >= Nfields ) return( Eerr( 601, "yfield not specified or out of range", ""… in PLP_curvefit()
105 if( strncmp( legendlabel, "#usefname", 9 )==0 ) getfname( yfield+1, legendlabel ); in PLP_curvefit()
127 *inp = fda( irow, yfield, Y ); in PLP_curvefit()
128 …if( Econv_error() ) { conv_msg( irow, yfield, "yfield" ); inp -= 1; continue; } /* bug - inp-=1 … in PLP_curvefit()
H A Dproc_lineplot.c27 int yfield, xfield, ptlabelfield; in PLP_lineplot() local
40 yfield = -1; xfield = -1; in PLP_lineplot()
67 if( strcmp( attr, "yfield" )==0 ) yfield = fref( lineval ) - 1; in PLP_lineplot()
134 if( (yfield < 0 || yfield >= Nfields ) && !instancemode ) return( Eerr( 601, "yfield out of range",… in PLP_lineplot()
136 if( yfield >= 0 && instancemode ) { in PLP_lineplot()
148 else getfname( yfield+1, legendlabel ); in PLP_lineplot()
205 PLV[j] = fda( i, yfield, Y ); in PLP_lineplot()
207 conv_msg( i, yfield, "yfield" ); in PLP_lineplot()
H A Dproc_vector.c23 int xfield, yfield, dirfield, magfield, colorfield, exactcolorfield, clip; in PLP_vector() local
34 xfield = -1; yfield = -1; dirfield = -1; magfield = -1; colorfield = -1; exactcolorfield = -1; x2fi… in PLP_vector()
66 else if( strcmp( attr, "yfield" )==0 ) yfield = fref( lineval ) -1; in PLP_vector()
105 if( xfield < 0 || yfield < 0 ) return( Eerr( 2205, "xfield and yfield are both required", "" )); in PLP_vector()
149 y = fda( i, yfield, 'y' ); in PLP_vector()
150 if( Econv_error() ) { conv_msg( i, yfield, "yfield" ); continue; } in PLP_vector()
/dports/math/ploticus/pl240src/src/
H A Dproc_scatterplot.c36 int xfield, yfield, lblfield, sizefield, symfield;
50 xfield = -1; yfield = -1;
77 else if( strcmp( attr, "yfield" )==0 ) yfield = fref( lineval ) -1;
140 if( xfield < 0 && yfield < 0 ) return( Eerr( 2205, "Niether xfield nor yfield defined", "" ));
145 if( strcmp( legendlabel, "#useyname" )==0 ) getfname( yfield+1, legendlabel );
162 …if( yfield < 0 ) clustermeth = 'v'; /* 1-d horizontal - cluster vertically (was 'h'-scg 4/21/05)…
209 if( yfield >= 0 ) {
210 y = fda( i, yfield, 'y' );
211 if( Econv_error() ) { conv_msg( i, yfield, "yfield" ); continue; }
218 if( yfield < 0 ) y = yloc;
[all …]
H A Dproc_curvefit.c35 int i, stat, order, xfield, yfield, npts, nresultpoints, irow, showresults, calcrangegiven; in PLP_curvefit() local
44 yfield = -1; in PLP_curvefit()
67 else if( strcmp( attr, "yfield" )==0 ) yfield = fref( lineval ) - 1; in PLP_curvefit()
98 if( yfield < 0 || yfield >= Nfields ) return( Eerr( 601, "yfield not specified or out of range", ""… in PLP_curvefit()
105 if( strncmp( legendlabel, "#usefname", 9 )==0 ) getfname( yfield+1, legendlabel ); in PLP_curvefit()
127 *inp = fda( irow, yfield, Y ); in PLP_curvefit()
128 …if( Econv_error() ) { conv_msg( irow, yfield, "yfield" ); inp -= 1; continue; } /* bug - inp-=1 … in PLP_curvefit()
H A Dproc_lineplot.c27 int yfield, xfield, ptlabelfield; in PLP_lineplot() local
40 yfield = -1; xfield = -1; in PLP_lineplot()
67 if( strcmp( attr, "yfield" )==0 ) yfield = fref( lineval ) - 1; in PLP_lineplot()
134 if( (yfield < 0 || yfield >= Nfields ) && !instancemode ) return( Eerr( 601, "yfield out of range",… in PLP_lineplot()
136 if( yfield >= 0 && instancemode ) { in PLP_lineplot()
148 else getfname( yfield+1, legendlabel ); in PLP_lineplot()
205 PLV[j] = fda( i, yfield, Y ); in PLP_lineplot()
207 conv_msg( i, yfield, "yfield" ); in PLP_lineplot()
H A Dproc_vector.c23 int xfield, yfield, dirfield, magfield, colorfield, exactcolorfield, clip; in PLP_vector() local
34 xfield = -1; yfield = -1; dirfield = -1; magfield = -1; colorfield = -1; exactcolorfield = -1; x2fi… in PLP_vector()
66 else if( strcmp( attr, "yfield" )==0 ) yfield = fref( lineval ) -1; in PLP_vector()
105 if( xfield < 0 || yfield < 0 ) return( Eerr( 2205, "xfield and yfield are both required", "" )); in PLP_vector()
149 y = fda( i, yfield, 'y' ); in PLP_vector()
150 if( Econv_error() ) { conv_msg( i, yfield, "yfield" ); continue; } in PLP_vector()
/dports/math/py-yt/yt-4.0.1/yt/visualization/
H A Dstreamlines.py99 yfield="velocity_x",
115 self.yfield = ad._determine_fields(yfield)[0]
122 [self.xfield, self.yfield, self.zfield], [False, False, False], False

123