aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/net.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/net.py')
-rw-r--r--src/gui/net.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/net.py b/src/gui/net.py
index 264c9d8..715e7a0 100644
--- a/src/gui/net.py
+++ b/src/gui/net.py
@@ -110,7 +110,7 @@ class network_constellation_plot(network_plot):
Special case of a plot, where complex numbers are drawn into a scatter plot
"""
def __init__(self, url, nsamples, **kwargs):
- network_plot.__init__(self, url, np.complex64, nsamples)
+ network_plot.__init__(self, url, np.complex64, nsamples, **kwargs)
def _init_buffers(self):
self.xvalues = RingBuffer(capacity=self.nsamples, dtype=np.float32)