Commit 3b61f159 authored by Dan Pascu's avatar Dan Pascu

Modified the default graph smoothness factor

parent 701e260b
...@@ -106,7 +106,7 @@ class GraphWidget(QWidget, ColorHelperMixin): ...@@ -106,7 +106,7 @@ class GraphWidget(QWidget, ColorHelperMixin):
self.boundary = None self.boundary = None
self.boundaryColor = None self.boundaryColor = None
self.smoothEnvelope = True self.smoothEnvelope = True
self.smoothFactor = 0.1 self.smoothFactor = 0.15
self.fillEnvelope = True self.fillEnvelope = True
self.fillTransparency = 50 self.fillTransparency = 50
self.scaler = SoftScaler() self.scaler = SoftScaler()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment