If I do:

    bar(range(3), [1,0,2])

... then I get 2 bars of a suitable width for a 3 bar chart, with a gap in
between where the middle bar would be if not equal to 0. Yet if I do:

    bar(range(3), [1,2,0])

... then I get two bars of equal width. Is there a way to preserve the
space for the missing bar?
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to