(ax)
| 7587 | assert r[-1] > 14 |
| 7588 | |
| 7589 | def _helper_y(ax): |
| 7590 | ax2 = ax.twiny() |
| 7591 | ax2.remove() |
| 7592 | ax.set_ylim(0, 15) |
| 7593 | r = ax.yaxis.get_major_locator()() |
| 7594 | assert r[-1] > 14 |
| 7595 | |
| 7596 | return {"x": _helper_x, "y": _helper_y}[request.param] |
| 7597 |
nothing calls this directly
no test coverage detected
searching dependent graphs…