Skip to content

Commit

Permalink
remove space between code and #
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hisch <t.hisch@gmail.com>
  • Loading branch information
twmr committed Sep 13, 2014
1 parent 14929e5 commit 34bf053
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/event_handling/pipong.py
Expand Up @@ -208,7 +208,8 @@ def draw(self, evt):
" " + str(self.pads[1].score))
self.ax.legend(loc='center')
self.leg = self.ax.get_legend()
# self.leg.draw_frame(False) #don't draw the legend border
# don't draw the legend border
#self.leg.draw_frame(False)
self.leg.get_frame().set_alpha(.2)
plt.setp(self.leg.get_texts(), fontweight='bold',
fontsize='xx-large')
Expand Down

0 comments on commit 34bf053

Please sign in to comment.