Re: another Epilog LogPlot problem
- To: mathgroup at smc.vnet.net
- Subject: [mg101796] Re: [mg101775] another Epilog LogPlot problem
- From: "David Park" <djmpark at comcast.net>
- Date: Fri, 17 Jul 2009 05:04:37 -0400 (EDT)
- References: <33114655.1247747939858.JavaMail.root@n11>
An example would be nice. Otherwise, you are asking responders to take a fair amount of time to make up an example, which may not reflect your actual case. David Park djmpark at comcast.net http://home.comcast.net/~djmpark/ From: MarkK [mailto:brac71 at yahoo.com] Hello, I am wondering how to overlay a LogPlot onto a LogProbabilityDensity histogram, and have the correct scaling. I.e., if I make a "LogProbabilityDensity"-typed histogram (with appropriate PlotRange including Log10[{ymin, ymax}]), then trying to plot a function on top of that using Epilog -> First@LogPlot[{P[x]}, {x,xmin,xmax}, PlotRange -> {{xmin,xmax}, {ymin, ymax}}] gives me an incorrectly scaled plot on top of the histogram. How can I fix this? Should making a LogPlot of a function over a Log- histogram be so difficult? thanks, --Mark [mkel at risoe dot dtu dot dk]