lsst-camera-dh / ghosts

Simulate Rubin LSST ghosts image
Other
0 stars 0 forks source link

`analysis` module should not use `matplotlib` for binning #69

Open bregeon opened 1 year ago

bregeon commented 1 year ago

e.g. map_ghost calls hexbin

bregeon commented 3 months ago

https://github.com/lsst/fgcm/blob/master/fgcm/fgcmUtilities.py ?

from matplotlib.figure import Figure
from matplotlib.backends.backend_agg import FigureCanvasAgg
fig = Figure(**kwargs)
canvas = FigureCanvasAgg(fig)