()
| 92 | |
| 93 | |
| 94 | def find_possible_colorbars() -> list[mpl.collections.QuadMesh]: |
| 95 | # nb. this function also matches meshes from pcolormesh |
| 96 | return plt.gcf().findobj(mpl.collections.QuadMesh) |
| 97 | |
| 98 | |
| 99 | def substring_in_axes(substring: str, ax: mpl.axes.Axes) -> bool: |
no outgoing calls
no test coverage detected
searching dependent graphs…