Opened 12 years ago
Closed 12 years ago
#1774 closed defect (fixed)
color selection for d.vect.chart only affects first data column
Reported by: | cmbarton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 6.4.3 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | d.vect.chart | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
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
Again, this may also affect 6.4.3.
Change History (6)
comment:1 by , 12 years ago
Milestone: | 7.0.0 → 6.4.3 |
---|---|
Summary: | color selection for d.vect.chart does not work → color selection for d.vect.chart only affects first data column |
comment:2 by , 12 years ago
Please try r55150 for GRASS7 (text field was added). Are there any others modules with multiple colors option (just to test)?
Anna
comment:3 by , 12 years ago
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?
Michael
comment:5 by , 12 years ago
comment:6 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Works in both 7 and 6.4. Thanks. Closing ticket.
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.