#1774: color selection for d.vect.chart does not work
--------------------------+-------------------------------------------------
Reporter: cmbarton | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: d.vect.chart | Platform: Unspecified
Cpu: Unspecified |
--------------------------+-------------------------------------------------
In the GUI for d.vect.chart, it says that multiple colors can be selected
and users are presented with a graphic color selection dialog. This is a
serious problem with control of the module if you cannot select colors in
the graph.
BUT this does not select any colors that are actually used by
d.vect.chart. The module uses default colors whatever you pick. This is a
probably a GUI issue, not a problem with the underlying d.vect.chart
module
#1774: color selection for d.vect.chart only affects first data column
--------------------------+-------------------------------------------------
Reporter: cmbarton | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 6.4.3
Component: wxGUI | Version: svn-trunk
Keywords: d.vect.chart | Platform: Unspecified
Cpu: Unspecified |
--------------------------+-------------------------------------------------
Changes (by cmbarton):
* milestone: 7.0.0 => 6.4.3
Comment:
This does affect 6.4.3. The color you pick affects the first color of the
data series but none of the others.
Previously, you needed to specify colors with RGB triplets, but you could
specify colors for all data columns displayed. Now that is no longer
possible.
#1774: color selection for d.vect.chart only affects first data column
--------------------------+-------------------------------------------------
Reporter: cmbarton | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 6.4.3
Component: wxGUI | Version: svn-trunk
Keywords: d.vect.chart | Platform: Unspecified
Cpu: Unspecified |
--------------------------+-------------------------------------------------
Comment(by cmbarton):
Thanks. I'll test as soon as I can in the next few days. There may be a
few others of these, but I can't think of any right off hand. Maybe the
other vector thematic modules?
#1774: color selection for d.vect.chart only affects first data column
--------------------------+-------------------------------------------------
Reporter: cmbarton | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 6.4.3
Component: wxGUI | Version: svn-trunk
Keywords: d.vect.chart | Platform: Unspecified
Cpu: Unspecified |
--------------------------+-------------------------------------------------
Comment(by annakrat):
Replying to [comment:4 cmbarton]:
> This is great! d.thematic.area has the same issue.
Backported in r55150. d.thematic.area had disabled 'gisprompt' (so there
was only text field instead of color picker) so I enabled it. After
confirmation that it works in 6.4 please close the ticket.