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 think the api should be the user gets to pick a resolution, and then they can literally add individual pixels. This plot would then be scaled to fit into the plotting area and could be overlayed on top of other svg plots.
let data=[0u8;64*64];let bitmap=poloto::plot("foo").bitmap().with_resolution([64,64]).buffered(data).
No description provided.
The text was updated successfully, but these errors were encountered: