Tim Hoffmann
Tim Hoffmann
Checking for consistency, we have a history of exposing `Text` instances: - `Axis.label` - `Tick.label1`, `Tick.label2` - `Axes.title` So thinking again, I recommend to go with `left_title` / `center_title` /...
As a quick confirmation, without the time to look into the code: This approach is to be preferred over the single line due to back compatibility.
I very much think so. 😄 From the very top: > This is in preparation for https://github.com/matplotlib/matplotlib/issues/27663, ([MNT]: Move Matplotlib backend mapping from IPython and support backends self-registering)
> Just like a linear scale would show no minor ticks if I did [...] > I would have expected the same for the log scale. The reason you don't...
We should possibly explicitly state in [set_ticks](https://matplotlib.org/devdocs/api/_as_gen/matplotlib.axis.Axis.set_ticks.html#matplotlib-axis-axis-set-ticks) that the respective other kind of ticks is not changed.
I'm sorry, but what is the purpose of the example? As far as I understood #27621 was requesting additions to https://matplotlib.org/devdocs/users/explain/animations/animations.html#animations.
> Reason I was letting this PR go through anyway though was b/c we don't have an explicit "how to pass arguments to animation function" example. I'm unclear when why...
*If* this should be kept we could also dump it into #14331 or create an issue link that in #14331. But I'm still waiting for somebody to speak up for...
Ping @tacaswell do you have an opinion?
Thanks for the report. > I believe there's an easy fix to this issue: > > 1. Include : `'marker': 'o'` in the `defaults`dict. (line 457 in widgets.py) > 2....