Skip to content

PlutoUI -Recompute button (reactive trigger) #2423

Discussion options

You must be logged in to vote

About the download button: it currently only supports a String or a Vector{UInt8} (byte array) as input. You can render a plot to png data like so:

repr(MIME("image/png"), p)

so you button would look like:

DownloadButton(repr(MIME("image/png"), p), "plot.png")

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by casasgomezuribarri
Comment options

You must be logged in to vote
1 reply
@Pangoraw
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2419 on December 22, 2022 20:25.