nesticot commited on
Commit
64b9e68
·
verified ·
1 Parent(s): 4278763

Update functions/PitchPlotFunctions.py

Browse files
Files changed (1) hide show
  1. functions/PitchPlotFunctions.py +2 -1
functions/PitchPlotFunctions.py CHANGED
@@ -616,7 +616,8 @@ class PitchPlotFunctions:
616
  ax_footer.axis('off')
617
  ax_legend.axis('off')
618
  # Add clip path to constrain brush
619
-
 
620
  ax_main_plot.set_clip_on(True)
621
  ax_main_plot.patch.set_clip_on(True)
622
  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():