v0.7.1
Changes
- Take the x-padding into account when setting a fixed width (#36)
- Make
width
andheight
correspond to the canvas' (i.e., inner) dimensions such thatScatter(width=500, height=500)
will lead to a canvas of size 500x500 px.
width
and height
correspond to the canvas' (i.e., inner) dimensions such that Scatter(width=500, height=500)
will lead to a canvas of size 500x500 px.