Bug report #12952
addition of graduated steps through histogram feature doesn't work with size method
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | Nyall Dawson | ||
Category: | Symbology | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 21032 |
Description
The cool new histogram feature attached to the graduated symbology doesn't work with sized-based gratuation method.
Steps to reproduce:- Load a point dataset with a numerical column to use for graduation
- Open the layer's symbology properties, and set the symbology to graduated
- Pick the numerical column, set the method to size, and set size from 1 to 35 millimeters (the largest value should be high to better highlight the issue)
- Make sure you have 5 classes and hit the classify button
- Apply the classification, and check the layer legend (see attached classification-5_classes.png)
- Go to the histogram tab, and add 5 steps by clicking on the histogram (add one step in between the already-present steps)
- Apply the classification, and check the layer legend (see attached histogram-5_classes_added-wrong_size.png)
- You'll notice the newly added steps through the histogram fail to size proportionally according to the settings
This is probably worth fixing before the release of 2.10, which will introduce the graduation histogram to the general users for the first time.
Associated revisions
Fix symbol size when adding breaks to histogram for graduated size
renderer (fix #12952)
History
#1 Updated by Nyall Dawson over 9 years ago
- Status changed from Open to Closed
Fixed in changeset 2458eaf8ccb942919574f53516c27e7ff17b0555.