Skip to content

Commit 34bf053

Browse files
committed
remove space between code and #
Signed-off-by: Thomas Hisch <t.hisch@gmail.com>
1 parent 14929e5 commit 34bf053

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/event_handling/pipong.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ def draw(self, evt):
208208
" " + str(self.pads[1].score))
209209
self.ax.legend(loc='center')
210210
self.leg = self.ax.get_legend()
211-
# self.leg.draw_frame(False) #don't draw the legend border
211+
# don't draw the legend border
212+
#self.leg.draw_frame(False)
212213
self.leg.get_frame().set_alpha(.2)
213214
plt.setp(self.leg.get_texts(), fontweight='bold',
214215
fontsize='xx-large')

0 commit comments

Comments
 (0)