Closed
Description
Hi, I'm starting to use this crate to create plots as examples of my point process simulation library, and I thought it'd be nice if one could use custom dimensions for plots rather than the hard-coded ones.
Right now, I'm getting around it by getting the SVG document using the as_view()
method from the view::View
trait and manually saving the file.
If you'd like to, maybe I could make a pull request for this ?