show matplotlib message backend message
(self, gui, backend)
| 168 | ) |
| 169 | |
| 170 | def _show_matplotlib_backend(self, gui, backend): |
| 171 | """show matplotlib message backend message""" |
| 172 | if not gui or gui == 'auto': |
| 173 | print("Using matplotlib backend: %s" % backend) |
no outgoing calls
no test coverage detected