From: Benjamin R. <ben...@ou...> - 2012-03-09 01:47:13
|
On Thursday, March 8, 2012, Wolfgang Draxinger < wdr...@dr...> wrote: > Hi, > > I've a problem with some errorbars not drawn correctly in (double) > logarithmic plots. See this PDF for an example: > > http://dl.wolfgang-draxinger.net/C6_77MeV_raddamage.pdf > > The vertical errorbar for the datapoint at x=1e3 are not drawn. Similar > also happens for some horizontal errorbars. Using the very same drawing > commands, except switching to a logarithmic scaling the errorbars draw > just fine. > > So what's going on there? > > > Wolfgang Draxinger Which version of matplotlib are you using? Also, are you setting the log scale before (preferred) or after (won't work) the call to hist()? Ben Root |