Dan Kortschak

Results 342 comments of Dan Kortschak

I know I wrote `Type() Identifier`, but how about `Identifier() Identifier`?

What would be really helpful for this would be a minimal contour plot that is not reproducible. The current failing case has very complex contours, making investigation very difficult.

I have looked into what seems to be causing this and it is extremely subtle; the differences are only visible with very high gain on the pixel intensity for the...

My suspicion is that the path is circularly permuted between tests and that the start and end point of paths get rendered by the back end differently to intermediate steps...

The alternative, and now probably more likely is that the implementation of the algorithm for making contours is a little brittle to floating point artifacts. Fixing this would not be...

As you can see through the code there are trepidatious comments about these kinds of effects. It's not clear to me that there is intrinsically a better way of doing...

I think this tries to do to much. The point of the interface is that it is simple.

It doesn't do that though. You are attempting to use the information to decide how far apart text should be on an axis, where the axis is defined by a...

If that's the case you can define a `func(min, max float64, horiz bool, plot.Axis) plot.Ticker` that does the calculation for you.

I'm a bit confused about why. The `plot.Axis` holds the text style and rotation which means you know everything about the extents of the font. These are things that would...