nesticot commited on
Commit
2e22a06
·
verified ·
1 Parent(s): 57baf22

Update functions/PitchPlotFunctions.py

Browse files
Files changed (1) hide show
  1. functions/PitchPlotFunctions.py +2 -2
functions/PitchPlotFunctions.py CHANGED
@@ -616,8 +616,8 @@ class PitchPlotFunctions:
616
  ax_footer.axis('off')
617
  ax_legend.axis('off')
618
  # Add clip path to constrain brush
619
- ax_main_plot.set_xlim(-25,25)
620
- ax_main_plot.set_ylim(-25,25)
621
  ax_main_plot.set_clip_on(True)
622
  ax_main_plot.patch.set_clip_on(True)
623
  for artist in ax_main_plot.get_children():
 
616
  ax_footer.axis('off')
617
  ax_legend.axis('off')
618
  # Add clip path to constrain brush
619
+ # ax_main_plot.set_xlim(-25,25)
620
+ # ax_main_plot.set_ylim(-25,25)
621
  ax_main_plot.set_clip_on(True)
622
  ax_main_plot.patch.set_clip_on(True)
623
  for artist in ax_main_plot.get_children():