show matplotlib message backend message
(self, gui, backend)
| 161 | ) |
| 162 | |
| 163 | def _show_matplotlib_backend(self, gui, backend): |
| 164 | """show matplotlib message backend message""" |
| 165 | if not gui or gui == 'auto': |
| 166 | print("Using matplotlib backend: %s" % backend) |
no outgoing calls
no test coverage detected