Opened 11 years ago

Closed 11 years ago

#1774 closed defect (fixed)

color selection for d.vect.chart only affects first data column

Reported by: cmbarton Owned by: grass-dev@…
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 cmbarton, 11 years ago

Milestone: 7.0.06.4.3
Summary: color selection for d.vect.chart does not workcolor selection for d.vect.chart only affects first data column

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.

comment:2 by annakrat, 11 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 cmbarton, 11 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:4 by cmbarton, 11 years ago

This is great! d.thematic.area has the same issue.

Michael

in reply to:  4 comment:5 by annakrat, 11 years ago

Replying to 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.

Anna

comment:6 by cmbarton, 11 years ago

Resolution: fixed
Status: newclosed

Works in both 7 and 6.4. Thanks. Closing ticket.

Note: See TracTickets for help on using tickets.