Chris Withers wrote:
> Hi All,
> 
> Why does the following render small gaps horizontally between the bars?
> 
> import pylab
> data = [1,2,1,2,4,2]
> labels = pylab.arange(len(data1))
> pylab.bar(labels,data1,width=1,linewidth=0)
> pylab.show()
> 
> How do I make the small gaps go away?

With svn I don't see any gaps in the example above, either on screen or 
when saved to a png file.

Eric

> 
> cheers,
> 
> Chris
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to