Joelgranados / EcoIP

Scripts to Analyze Color Data
GNU General Public License v3.0
4 stars 0 forks source link

ylim does not work when plotting a raw signal #47

Closed Joelgranados closed 11 years ago

Joelgranados commented 11 years ago

If the user specifies a ylim range and is only plotting a raw signal, the ylim will have no effect.

Command used: eip.plot("0/test/8b710cff.txt", si_lty="solid", ptitle="Plot 4", ylabl="Pixel Proportion", lwidth=1, CEX=1, minimum_show=-1, xlim=c(1,6), ylim=c(0,5) )