You can set the edge color and the face color separately like this:
frame.set_facecolor('green')
frame.set_edgecolor('red')
There’s more information under FancyBboxPatch here.
You can set the edge color and the face color separately like this:
frame.set_facecolor('green')
frame.set_edgecolor('red')
There’s more information under FancyBboxPatch here.