nesticot commited on
Commit
9a9e8df
·
verified ·
1 Parent(s): 4dd324a

Update functions/pitch_summary_functions.py

Browse files
functions/pitch_summary_functions.py CHANGED
@@ -427,7 +427,7 @@ def pitch_usage(df: pl.DataFrame, ax: plt.Axes):
427
  # ax.get_legend().remove()
428
  ax.set_xlim(-100, 100)
429
  ax.set_xticks(np.arange(-100, 101, 20))
430
- ax.set_xticklabels([f"{abs(x)}%" for x in np.arange(-100, 101, 20)], fontdict=font_properties)
431
  # Add vertical grid lines only
432
  ax.grid(False)
433
  ax.grid(axis='x', color='grey', linestyle='--', alpha=0.5)
 
427
  # ax.get_legend().remove()
428
  ax.set_xlim(-100, 100)
429
  ax.set_xticks(np.arange(-100, 101, 20))
430
+ ax.set_xticklabels([f"{abs(x)}%" for x in np.arange(-100, 101, 25)], fontdict=font_properties)
431
  # Add vertical grid lines only
432
  ax.grid(False)
433
  ax.grid(axis='x', color='grey', linestyle='--', alpha=0.5)