155 plwind( -0.01, 1.01, -0.01, 1.01 );
156 for ( i = 0; i <
PEN; i++ )
158 if ( stripcloc->npts[i] || first )
160 plcol0( stripcloc->colline[i] );
pllsty( stripcloc->styline[i] );
161 pljoin( stripcloc->xlpos, stripcloc->ylpos - sc, stripcloc->xlpos + 0.1, stripcloc->ylpos - sc );
162 plcol0( stripcloc->collab );
163 plptex( stripcloc->xlpos + 0.11, stripcloc->ylpos - sc, 0., 0., 0, stripcloc->legline[i] ); sc += dy;
166 plwind( stripcloc->xmin, stripcloc->xmax, stripcloc->ymin, stripcloc->ymax );
190 striploc->wxmin = striploc->xmin; striploc->wxmax = striploc->xmax;
191 striploc->wymin = striploc->ymin; striploc->wymax = striploc->ymax;
193 plwind( striploc->xmin, striploc->xmax, striploc->ymin, striploc->ymax );
196 plcol0( striploc->colbox );
197 plbox( striploc->xspec, 0.0, 0, striploc->yspec, 0.0, 0 );
199 plcol0( striploc->collab );
200 pllab( striploc->labx, striploc->laby, striploc->labtop );
202 for ( i = 0; i <
PEN; i++ )
204 if ( striploc->npts[i] > 0 )
206 plcol0( striploc->colline[i] );
pllsty( striploc->styline[i] );
207 plline( striploc->npts[i], striploc->x[i], striploc->y[i] );
void c_plstripc(PLINT *id, PLCHAR_VECTOR xspec, PLCHAR_VECTOR yspec, PLFLT xmin, PLFLT xmax, PLFLT xjump, PLFLT ymin, PLFLT ymax, PLFLT xlpos, PLFLT ylpos, PLINT y_ascl, PLINT acc, PLINT colbox, PLINT collab, PLINT_VECTOR colline, PLINT_VECTOR styline, PLCHAR_MATRIX legline, PLCHAR_VECTOR labx, PLCHAR_VECTOR laby, PLCHAR_VECTOR labtop)