Closed
Description
It would be great to be able to be able to export a png and have it include the title, subtitle and figcaption as is the case when using the three dots to export a png here.
op = Obsplot(renderer="jsdom")
op(
{
"marks": [
Plot.tickX([0, 5, 10, 15])
],
"title" : "Title test",
},
path="test.png"
)
Split out from this #21