You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to use the Zoom on Static Images part from https://plotly.com/julia/images/ with StipplePlotly.
If I understand StipplePlotly correctly I only need to change the attr part in each argument like yaxis= to this kind of form yaxis=PlotLayoutAxis(...
Unfortunately there doesn't seem to be a struct for PlotLayoutImage or something like that yet.
It would be awesome to have that functionality as part of this project to easily display images on the web that are zoomable.
The text was updated successfully, but these errors were encountered:
@Wikunia
Whenever you want to try out a functionality, you can try to use the PlotlyBase inferface for defining Plots. It (still) supports more options than StipplePlotly's own implementation.
I would love to use the
Zoom on Static Images
part from https://plotly.com/julia/images/ with StipplePlotly.If I understand StipplePlotly correctly I only need to change the
attr
part in each argument likeyaxis=
to this kind of formyaxis=PlotLayoutAxis(...
Unfortunately there doesn't seem to be a struct for
PlotLayoutImage
or something like that yet.It would be awesome to have that functionality as part of this project to easily display images on the web that are zoomable.
The text was updated successfully, but these errors were encountered: