Ignacio Borlaf-Mena
borlafgis.bsky.social
Ignacio Borlaf-Mena
@borlafgis.bsky.social
Reposted by Ignacio Borlaf-Mena
ah, ok, so i think the issue is when you fire off a `df.plot()` (or `gdf.plot()`) it only emits the matplotlib *axes* object, and quarto needs an actual Figure object to recognize a figure. So you need to force the cell to emit a *figure* by doing `pyplot.show()` if no explicit pyplot in the cell
November 23, 2025 at 2:41 AM