Oscar Gustafsson

Results 474 comments of Oscar Gustafsson

I'd be happy to finish it. Just that I do not really know what remains to be done and/or what causes the weird inconsistent test images. But I'll try to...

I think the test is correct now. Added a try-except block to make sure that the backend is always restored.

If I understand the algorithm somewhat correct (including some guessing on my half), it seems like there are quite a few possible positions determined, but none of them are actually...

I'm not overly familiar with TableForm, but I think it is fair to say that this may be a case of garbage in, garbage out. What about if you integrate...

If one would like `TableForm` to print in math-mode shouldn't it be an `array` rather than `tabular`? I think one needs to decide here. As option is that the latex-printer...

A third option is that `as_latex()` returns a `tabular` and `_latex()` returns an `array`. Should be quite easy by passing optional keyword arguments to `_latex`.

The problem, if I get it correctly, is that the results from latex (which is used to generate the "text") is really read as paths before being inserted in the...

The `ScalarFormatter` tries to guess an appropriate number of decimal digits for the format string using a, to me, not really obvious approach and finally set it here: https://github.com/matplotlib/matplotlib/blob/028f07c869c4c0084c134a8b613aad4f5d111c7f/lib/matplotlib/ticker.py#L826 I...

I'm marking this with Documentation as this is probably a rather common use case that is not really clear from the documentation how to obtain.

> matplotlib's default formatter. It is the default formatter for linear scale, not log scale. There is a reason that setting the scale to log also changes ticker and formatter....