├── LICENSE ├── README.md ├── adding_to_arcmap ├── step1.png ├── step2.png └── step3.png ├── matplotlib.style └── ramp_previews ├── inferno.png ├── magma.png ├── plasma.png └── viridis.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flott/matplotlib-arcgis/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flott/matplotlib-arcgis/HEAD/README.md -------------------------------------------------------------------------------- /adding_to_arcmap/step1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flott/matplotlib-arcgis/HEAD/adding_to_arcmap/step1.png -------------------------------------------------------------------------------- /adding_to_arcmap/step2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flott/matplotlib-arcgis/HEAD/adding_to_arcmap/step2.png -------------------------------------------------------------------------------- /adding_to_arcmap/step3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flott/matplotlib-arcgis/HEAD/adding_to_arcmap/step3.png -------------------------------------------------------------------------------- /matplotlib.style: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flott/matplotlib-arcgis/HEAD/matplotlib.style -------------------------------------------------------------------------------- /ramp_previews/inferno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flott/matplotlib-arcgis/HEAD/ramp_previews/inferno.png -------------------------------------------------------------------------------- /ramp_previews/magma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flott/matplotlib-arcgis/HEAD/ramp_previews/magma.png -------------------------------------------------------------------------------- /ramp_previews/plasma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flott/matplotlib-arcgis/HEAD/ramp_previews/plasma.png -------------------------------------------------------------------------------- /ramp_previews/viridis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flott/matplotlib-arcgis/HEAD/ramp_previews/viridis.png --------------------------------------------------------------------------------