(figure)
| 1627 | |
| 1628 | |
| 1629 | def _no_output_draw(figure): |
| 1630 | # _no_output_draw was promoted to the figure level, but |
| 1631 | # keep this here in case someone was calling it... |
| 1632 | figure.draw_without_rendering() |
| 1633 | |
| 1634 | |
| 1635 | def _is_non_interactive_terminal_ipython(ip): |
nothing calls this directly
no test coverage detected
searching dependent graphs…