Skip to content

Commit 544ee8c

Browse files
committed
Permutation Plot: Default #permutation = 20
1 parent 3312ffa commit 544ee8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orange/widgets/evaluate/owpermutationplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ class OWPermutationPlot(OWWidget, ConcurrentWidgetMixin):
237237
icon = "icons/PermutationPlot.svg"
238238
priority = 1100
239239

240-
n_permutations = Setting(100)
240+
n_permutations = Setting(20)
241241
visual_settings = Setting({}, schema_only=True)
242242
graph_name = "graph.plotItem"
243243

0 commit comments

Comments
 (0)