Home
last modified time | relevance | path

Searched refs:ajGraphdataSetTruescale (Results 1 – 24 of 24) sorted by relevance

/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Ddensity.c343 ajGraphdataSetTruescale(data,density->pos[0],density->pos[limit-1],ymin, in density_addquadgraph()
363 ajGraphdataSetTruescale(data,density->pos[0],density->pos[limit-1],ymin, in density_addquadgraph()
383 ajGraphdataSetTruescale(data,density->pos[0],density->pos[limit-1],ymin, in density_addquadgraph()
403 ajGraphdataSetTruescale(data,density->pos[0],density->pos[limit-1],ymin, in density_addquadgraph()
461 ajGraphdataSetTruescale(data,density->pos[0],density->pos[limit-1],ymin, in density_adddualgraph()
481 ajGraphdataSetTruescale(data,density->pos[0],density->pos[limit-1],ymin, in density_adddualgraph()
H A Doctanol.c196 ajGraphdataSetTruescale(graphdata,xmin1,xmax1,ymin1,ymax1); in main()
197 ajGraphdataSetTruescale(graphdata2,xmin2,xmax2,ymin2,ymax2); in main()
198 ajGraphdataSetTruescale(graphdata3,xmin3,xmax3,ymin3,ymax3); in main()
H A Dfindkm.c247 ajGraphdataSetTruescale(xygraph,amin,amax,bmin,bmax); in main()
269 ajGraphdataSetTruescale(xygraph2,amin,amax,bmin,bmax); in main()
H A Dcpgplot.c557 ajGraphdataSetTruescale(tmGraph2,(float)begin,(float)begin+len-1, in cpgplot_plotit()
591 ajGraphdataSetTruescale(tmGraph3,(float)begin,(float)begin+len-1, in cpgplot_plotit()
636 ajGraphdataSetTruescale(tmGraph,(float)begin,(float)(begin+len-1), in cpgplot_plotit()
H A Disochore.c190 ajGraphdataSetTruescale(graphdata,(float)ipos,(float)(ipos+(ishift*isize)), in main()
H A Dfreak.c152 ajGraphdataSetTruescale(fgraph,x[0],x[c-1],min,max); in main()
H A Dplotcon.c236 ajGraphdataSetTruescale(gdata,0,flen,ymin,ymax); in main()
H A Dcharge.c236 ajGraphdataSetTruescale(data,x[0],x[limit-1],ymin,ymax); in charge_addgraph()
H A Dsyco.c190 ajGraphdataSetTruescale(this,(float)beg,(float)end,amin,amax); in main()
H A Diep.c195 ajGraphdataSetTruescale(phGraph,1.0,14.0,minchg,maxchg); in main()
H A Dplotorf.c112 ajGraphdataSetTruescale(data,(float)beg,(float)end,0.0,1.0); in main()
H A Dhmoment.c243 ajGraphdataSetTruescale(data,x[0],x[limit-1],0.,ymax); in hmoment_addgraph()
H A Dpepwindow.c126 ajGraphdataSetTruescale(graphdata,fstart,fend,totalmin,totalmax); in main()
H A Dwobble.c135 ajGraphdataSetTruescale(data,(float)beg,(float)end,ymin,ymax); in main()
H A Ddottup.c358 ajGraphdataSetTruescale(gdata,(float)begin1,(float)end1,(float)begin2, in dottup_stretchplot()
H A Dpepwindowall.c175 ajGraphdataSetTruescale(graphdata,(float)graphdata->x[0], in main()
H A Dpepinfo.c516 ajGraphdataSetTruescale(plot,(float)1,(float)npts,ymin,ymax); in pepinfo_plotGraph2Float()
H A Ddotmatcher.c424 ajGraphdataSetTruescale(gdata,(float)b1,(float)e1,(float)b2, in main()
H A Ddan.c565 ajGraphdataSetTruescale(tmGraph,(float)ibegin,(float)iend,min,max); in dan_plotit()
H A Dtcode.c206 ajGraphdataSetTruescale(this,this->x[0],this->x[npoints-1], in main()
H A Depestfind.c719 ajGraphdataSetTruescale(plot, (float) 1, (float) seqlen, ymin, ymax); in main()
H A Dtmap.c1382 ajGraphdataSetTruescale(graphdata,0.,(float)glposs,min,max); in tmap_plot2()
/dports/biology/emboss/EMBOSS-6.6.0/ajax/graphics/
H A Dajgraph.h354 void ajGraphdataSetTruescale(AjPGraphdata graphdata, float xmin,
H A Dajgraph.c7014 void ajGraphdataSetTruescale(AjPGraphdata graphdata, float xmin, float xmax, in ajGraphdataSetTruescale() function
11687 ajGraphdataSetTruescale(graphdata, xmin, xmax, ymin, ymax); in ajGraphdataSetMaxima()