my problem is that I have a rather large function which I'm trying to plot, which looks something like this:
Plot[NIntegrate[f[x,y],{x,0,pole,xmax},Method->"LocalAdaptive"],{y,ymin,ymax}]
This works fine, but when I try to change it to LogLinearPlot, I get a lot of error messages. Any idea what I should do?
Thanks, Dan

NIntegratewith values for every parameter or you will end up with a lot of error messages. – Sektor Feb 13 '15 at 11:57yvalues comes fromPlot, except when it attempts symbolic evaluation. – Mr.Wizard Feb 13 '15 at 12:28