Wednesday, 5 April 2017

Color Ramp in QGIS


This is a real basic question, but I can't seem to find it. How do I add a color ramp in QGIS? I noticed that has different applications you can add to QGIS (like RdYlGn, GnYlRd, cpt-city, etc...) but I didn't find those in the plug-ins manager window. Could someone explain what are the main difference between those and How to install these add-ons?


I am using 2.14.0 on Windows 10.



Answer



In the menu Settings - Style Manager you can see the tag "Color ramp".


enter image description here


By clicking on the green plus you can add manually some color ramps or choose the cpt-city addon the allows you to choose between a lot of different color ramps.


Once you have defined your color-ramp (manually or by cpt-city) you can find it in each style menu (Raster and Vector).


enter image description here



No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...