(ax, names)
| 1656 | useMathText=not mpl.rcParams["axes.formatter.use_mathtext"]) |
| 1657 | |
| 1658 | def get_formatters(ax, names): |
| 1659 | return [getattr(ax, name).get_major_formatter() for name in names] |
| 1660 | |
| 1661 | axs = fig_ref.subplots(4, 5, subplot_kw={"projection": "3d"}) |
| 1662 | for ax in axs.flat: |
no test coverage detected
searching dependent graphs…