Dan Kortschak

Results 342 comments of Dan Kortschak

With any luck mercurial will not be required in the near future (#389), but in the Go ecosystem, it pays to have mercurial installed since there is a history there...

Others return a refresh to godoc, e.g. ``` ~ $ curl golang.org/x/tools Nothing to see here; move along. ```

Would you post a small reproducer and the image it generates for you, please?

It seems to me there should be a simple way to set an origin offset after cropped `draw.Canvas` has been returned. There isn't. You can get the min points, so...

We have not implemented that. However, the implementation you have is not currently safe. What happens if someone calls `s.Resize([]uint{})`?

Yes, please do. I'll go through the code with comments with a view to merging this when I get some time.

This is a straightforward plotter to write; take the codewalk shown for [`Bubbles`](https://github.com/gonum/plot/wiki/Creating-Custom-Plotters:-A-tutorial-on-creating-custom-Plotters) and instead of setting the radius, set the colour based on a colour interpolation as done in...

I will be able to test this in a couple of days.

Apologies for the long delay in getting to this. I think we have too many assumptions about word sizes for this to work as it stands. When I run the...