Apply a different color ramp to subset of categorized symbols in QGIS? Unicorn Meta Zoo #1:...
Can a stored procedure reference the database in which it is stored?
What is the most expensive material in the world that could be used to create pun-pun's lute?
Conditionally enable edit in lightning:datatable
A Paper Record is What I Hamper
Drawing a german abacus as in the books of Adam Ries
What *exactly* is electrical current, voltage, and resistance?
Island of Knights, Knaves and Spies
Combinatorics problem, right solution?
Contradiction proof for inequality of P and NP?
Is Electric Central Heating worth it if using Solar Panels?
Suing a Police Officer Instead of the Police Department
"The cow" OR "a cow" OR "cows" in this context
How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?
Could moose/elk survive in the Amazon forest?
Does Mathematica have an implementation of the Poisson binomial distribution?
Air bladders in bat-like skin wings for better lift?
What was Apollo 13's "Little Jolt" after MECO?
Apply a different color ramp to subset of categorized symbols in QGIS?
Are there moral objections to a life motivated purely by money? How to sway a person from this lifestyle?
Do I need to watch Ant-Man and the Wasp and Captain Marvel before watching Avengers: Endgame?
Nails holding drywall
Why doesn't the standard consider a template constructor as a copy constructor?
Why does Arg'[1. + I] return -0.5?
What to do with someone that cheated their way through university and a PhD program?
Apply a different color ramp to subset of categorized symbols in QGIS?
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraInvert Color Ramp in QGISQGIS Hexbin Color Ramp InversionDistinctly color world map by language in QGIS 2.4ArcGIS - Lines with different symbols and the same color rampColor Ramp in QGISControlling how Preset Color Ramps are applied to layers in ArcMap using ArcPy?Apply color ramp to marker outlineQGIS Color Ramp ApplyHow to make dynamic labeling in a project for new features on QGIS?2-color color ramp in QGIS
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
The goal is applying a color gradient to a subset of symbols, instead of applying it to all the existing symbols. I used to do this in ArcMap. In QGIS I have to do it manually, and it's very time consuming. Also, the results are not as beautiful, because I am not as good in choosing right colors.
This is the final result of doing individual ramps for each symbol group or subset:
And this is the styled map:
qgis color-ramp
New contributor
add a comment |
The goal is applying a color gradient to a subset of symbols, instead of applying it to all the existing symbols. I used to do this in ArcMap. In QGIS I have to do it manually, and it's very time consuming. Also, the results are not as beautiful, because I am not as good in choosing right colors.
This is the final result of doing individual ramps for each symbol group or subset:
And this is the styled map:
qgis color-ramp
New contributor
Thanks a million csk!! great answer!
– Santiago Restrepo C.
2 hours ago
add a comment |
The goal is applying a color gradient to a subset of symbols, instead of applying it to all the existing symbols. I used to do this in ArcMap. In QGIS I have to do it manually, and it's very time consuming. Also, the results are not as beautiful, because I am not as good in choosing right colors.
This is the final result of doing individual ramps for each symbol group or subset:
And this is the styled map:
qgis color-ramp
New contributor
The goal is applying a color gradient to a subset of symbols, instead of applying it to all the existing symbols. I used to do this in ArcMap. In QGIS I have to do it manually, and it's very time consuming. Also, the results are not as beautiful, because I am not as good in choosing right colors.
This is the final result of doing individual ramps for each symbol group or subset:
And this is the styled map:
qgis color-ramp
qgis color-ramp
New contributor
New contributor
edited 32 mins ago
csk
10.3k1235
10.3k1235
New contributor
asked 3 hours ago
Santiago Restrepo C.Santiago Restrepo C.
162
162
New contributor
New contributor
Thanks a million csk!! great answer!
– Santiago Restrepo C.
2 hours ago
add a comment |
Thanks a million csk!! great answer!
– Santiago Restrepo C.
2 hours ago
Thanks a million csk!! great answer!
– Santiago Restrepo C.
2 hours ago
Thanks a million csk!! great answer!
– Santiago Restrepo C.
2 hours ago
add a comment |
1 Answer
1
active
oldest
votes
- Select the categories you want to apply the first color ramp to. Right click > merge categories.
- Repeat step 1 for each group.
- Convert the layer from Categorized to Rule-based style. This will automatically convert each grouped category into a rule with an expression like
"type" IN ('type 1','type 2','type 3','type 4','type 5')
. - Select one of the rules > Refine selected rules > Add categories to rule
Set up categories for this group and apply the desired color ramp. Note that when you click "classify", categories will be created for all attribute values, including ones outside the group. You'll need to manually remove the extra categories.
- Repeat step 5 for each rule.
Now you have several main rules with categorized rules nested underneath each rule. Turn off the symbol for each of the main rules, so that only the color ramp styles remain.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Santiago Restrepo C. is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f320858%2fapply-a-different-color-ramp-to-subset-of-categorized-symbols-in-qgis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
- Select the categories you want to apply the first color ramp to. Right click > merge categories.
- Repeat step 1 for each group.
- Convert the layer from Categorized to Rule-based style. This will automatically convert each grouped category into a rule with an expression like
"type" IN ('type 1','type 2','type 3','type 4','type 5')
. - Select one of the rules > Refine selected rules > Add categories to rule
Set up categories for this group and apply the desired color ramp. Note that when you click "classify", categories will be created for all attribute values, including ones outside the group. You'll need to manually remove the extra categories.
- Repeat step 5 for each rule.
Now you have several main rules with categorized rules nested underneath each rule. Turn off the symbol for each of the main rules, so that only the color ramp styles remain.
add a comment |
- Select the categories you want to apply the first color ramp to. Right click > merge categories.
- Repeat step 1 for each group.
- Convert the layer from Categorized to Rule-based style. This will automatically convert each grouped category into a rule with an expression like
"type" IN ('type 1','type 2','type 3','type 4','type 5')
. - Select one of the rules > Refine selected rules > Add categories to rule
Set up categories for this group and apply the desired color ramp. Note that when you click "classify", categories will be created for all attribute values, including ones outside the group. You'll need to manually remove the extra categories.
- Repeat step 5 for each rule.
Now you have several main rules with categorized rules nested underneath each rule. Turn off the symbol for each of the main rules, so that only the color ramp styles remain.
add a comment |
- Select the categories you want to apply the first color ramp to. Right click > merge categories.
- Repeat step 1 for each group.
- Convert the layer from Categorized to Rule-based style. This will automatically convert each grouped category into a rule with an expression like
"type" IN ('type 1','type 2','type 3','type 4','type 5')
. - Select one of the rules > Refine selected rules > Add categories to rule
Set up categories for this group and apply the desired color ramp. Note that when you click "classify", categories will be created for all attribute values, including ones outside the group. You'll need to manually remove the extra categories.
- Repeat step 5 for each rule.
Now you have several main rules with categorized rules nested underneath each rule. Turn off the symbol for each of the main rules, so that only the color ramp styles remain.
- Select the categories you want to apply the first color ramp to. Right click > merge categories.
- Repeat step 1 for each group.
- Convert the layer from Categorized to Rule-based style. This will automatically convert each grouped category into a rule with an expression like
"type" IN ('type 1','type 2','type 3','type 4','type 5')
. - Select one of the rules > Refine selected rules > Add categories to rule
Set up categories for this group and apply the desired color ramp. Note that when you click "classify", categories will be created for all attribute values, including ones outside the group. You'll need to manually remove the extra categories.
- Repeat step 5 for each rule.
Now you have several main rules with categorized rules nested underneath each rule. Turn off the symbol for each of the main rules, so that only the color ramp styles remain.
answered 3 hours ago
cskcsk
10.3k1235
10.3k1235
add a comment |
add a comment |
Santiago Restrepo C. is a new contributor. Be nice, and check out our Code of Conduct.
Santiago Restrepo C. is a new contributor. Be nice, and check out our Code of Conduct.
Santiago Restrepo C. is a new contributor. Be nice, and check out our Code of Conduct.
Santiago Restrepo C. is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f320858%2fapply-a-different-color-ramp-to-subset-of-categorized-symbols-in-qgis%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Thanks a million csk!! great answer!
– Santiago Restrepo C.
2 hours ago