On Fri, Aug 5, 2011 at 2:41 PM, Amir Jahanshahi <pajooh...@gmail.com> wrote:

> Hi ,
>
> The code for image-windows and image-linx comes from here:
>
> http://matplotlib.sourceforge.net/examples/pylab_examples/errorbar_limits.html
>
> That is why I think the problem is in linux. And the pdf which is attached
> along with the png image named flow-rate are executed in linux which are
> different. in windows both are the same.
>
> Thanks,
> Amir
>
> Hi Amir,

So I guess there's two separate issues: 1) pdf vs png output. 2) windows vs
linux output.

1) I have no idea what could be causing the difference in pdf vs png output.
They're rendered the same on my system, so I can't be of much help.

2) I still think the linux output is correct---assuming you're using the
matplotlibrc file you attached. Yes, the example on the matplotlib website
has arrows on the error bars, but in your matplotlibrc file, you've set
lines.markeredgewidth to 0. Thus, you should expect the arrow heads/tails to
disappear. The default matplotlibrc has a nonzero markeredgewidth, which is
why the heads/tails are visible on the website. So to reiterate, linux seems
to be giving the correct behavior. Now, for the windows output, are you
certain you're using the same matplotlibrc? In other words, are you setting
markeredgewidth to 0. If so, then I'd say there's a bug in the windows
output.

-Tony
------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to