Skip to content

Commit

Permalink
Merge pull request #4911 from PrimozGodec/distribution-keyword
Browse files Browse the repository at this point in the history
Add histogram keyword in distributions widget
  • Loading branch information
janezd authored Jul 24, 2020
2 parents c11ec5e + 91b9a75 commit 56cc38c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Orange/widgets/visualize/owdistributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ class OWDistributions(OWWidget):
description = "Display value distributions of a data feature in a graph."
icon = "icons/Distribution.svg"
priority = 120
keywords = []
keywords = ["histogram"]

class Inputs:
data = Input("Data", Table, doc="Set the input dataset")
Expand Down
4 changes: 3 additions & 1 deletion doc/widgets.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,9 @@
"doc": "visual-programming/source/widgets/visualize/distributions.md",
"icon": "../Orange/widgets/visualize/icons/Distribution.svg",
"background": "#FFB7B1",
"keywords": []
"keywords": [
"histogram"
]
},
{
"text": "Scatter Plot",
Expand Down

0 comments on commit 56cc38c

Please sign in to comment.