Open kecnry opened 2 years ago
When trying to run
b.plot(solution='lcgeom_solution', show=True)
after running the LC geometry estimator (from the 2023 workshop tutorial(12), an error is thrown and the eclipse edges are not plotted.
numpy.__version__ = 1.24.3
matplotlib.__version__ = 3.7.1
EDIT: it appears that downgrading to matplotlib 3.5.1 does not work, but downgrading numpy to 1.23.1 does solve the issue so perhaps this is a numpy issue.
matplotlib 3.6 with a GTK backend breaks default plotting cases (see #637)
matplotlib 3.7.2 (or sooner) breaks when attempting to draw axvlines (see #881).