Skip to content

Commit

Permalink
Merge pull request #960 from ajdapretnar/distributions-legend
Browse files Browse the repository at this point in the history
Distributions: both plot and legend colors made bolder.
  • Loading branch information
BlazZupan committed Dec 30, 2015
2 parents 0884bec + 8418955 commit e8890b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orange/widgets/visualize/owdistributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def display_contingency(self):
bottomaxis.resizeEvent()

cvar_values = cvar.values
colors = [QtGui.QColor(*col).lighter() for col in cvar.colors]
colors = [QtGui.QColor(*col) for col in cvar.colors]

if var and var.is_continuous:
bottomaxis.setTicks(None)
Expand Down

0 comments on commit e8890b8

Please sign in to comment.