Charles Daniels
Charles Daniels
As far as prior art goes, I would cite Tk as having a good canvas implementation, although it fills the role of `fc/chart` more than what Fyne calls a canvas....
The code does appear correct, although I think with some care you could write it to use iteration instead of recursion which might be better from a performance perspective with...
> if we just return c unmodified (in padY) under the elephant condition, we get the attached plot. Maybe this is a silly question and I'm missing something obvious, but...