Open sVujke opened 3 weeks ago
this could do the trick
def _setup_plot(self, ax, title=None): self.draw_court(ax) ax.set_xlim([-800, 800]) ax.set_ylim([-200, 1300]) ax.set_aspect("equal") if title: ax.set_title( title, fontsize=self.config["title"]["fontsize"], fontweight=self.config["title"]["fontweight"], color=self.config["title"]["color"], )