[[tool.mypy.overrides]] module = ["matplotlib.*", "vispy.*", "napari.*", "pygfx"] ignore_missing_imports = true[[tool.mypy.overrides]] module = ["cmap.data.gnuplot"] disallow_untyped_defs = false# https://coverage.readthedocs.io/en/6.4/config.html...
Source File: matplotlib_renderer.py From MDT with GNU Lesser General Public License v3.0 6 votes def _get_map_plot_options(self, map_name): cmap = get_cmap(self._get_map_attr(map_name, 'colormap', self._plot_config.colormap)) masked_color = self._get_map_attr(map_name, 'color...