(props)
| 1032 | |
| 1033 | |
| 1034 | def _expand_text_props(props): |
| 1035 | props = cbook.normalize_kwargs(props, mtext.Text) |
| 1036 | return cycler(**props)() if props else itertools.repeat({}) |
| 1037 | |
| 1038 | |
| 1039 | class _Buttons(AxesWidget): |
no test coverage detected
searching dependent graphs…