get_edgecolor broken_barh?

the broken_barh collection seems to lack the get_edgecolor() and get_color() fxns, yet you can set the edge colors with set_edgecolor(). Is there some way to get the edge colors of these guys?

Hmm, it appears we accidentally left this method out, but I just added
it to svn. If you don't have access to svn, you can "cheat" and do

  col._edgecolors

JDH

ยทยทยท

On Fri, Jun 20, 2008 at 12:39 AM, Paul Hartley <phartley@...287...> wrote:

the broken_barh collection seems to lack the get_edgecolor() and get_color()
fxns, yet you can set the edge colors with set_edgecolor(). Is there some
way to get the edge colors of these guys?