Tim Hoffmann

Results 739 comments of Tim Hoffmann

@michaelaye Thanks for the examples. That is really helpful! Do you have any clicks/burst indicators examples at hand?

This is really a mess. Radians/degrees seem to be chosen randomly: **Radians:** - internally used coordinates and given data points - positional arguments in `set_thetalim` - `get/set_theta_offset` **Degrees:** - keyword...

I agree that changing everything to radians is technically simpler. The only concern I have here is that the axis is labelled in degrees, which would still be somewhat awkward.

> Would it be possible to "set" matplotlib to degree or radian mode? AFAIR we've refrained from such approaches because of the added complexity. Also, it wouldn't make the interface...

> Since it's basically impossible to differentiate between radians and degrees, I'm not sure how to converge on one unit gracefully, other than adding new API (or restoring the old...

IMHO this is fundamentally reasonable and we should keep it open in an aspirational sense. But unless someone is stepping up there’s likely no near-term action.

Please hold up merging. I have some reservations. Will explain soon.

In the general case, no point in the colormap is special; and thus it's an arbitrary choice to which color you render singular values. However, for divergent colormaps, the center...

> Looking at mappables with out a colorbar is still useful from a qualitative point of view or in cases where the values are in arbitrary units. Agreed. My particular...

> @timhoffm, does it sound good to overwrite the `set` method? That may work, but it's a bit tricky because the `set` methods are auto-generated to include all properties of...