Home
last modified time | relevance | path

Searched refs:update_plot (Results 1 – 18 of 18) sorted by relevance

/dports/science/wwplot/wwplot-0.0.8/WWplot/
H A Dapplication_window.py48 self.xtitle.returnPressed.connect(lambda: self.update_plot())
49 self.ytitle.returnPressed.connect(lambda: self.update_plot())
51 button_reset_zoom.clicked.connect(lambda: self.update_plot())
108 table.legend.returnPressed.connect(lambda: self.update_plot())
109 table.fit.finished.connect(lambda: self.update_plot())
110 table.chart_type_changed.connect(lambda: self.update_plot())
116 self.update_plot()
127 self.update_plot()
132 self.update_plot()
134 def update_plot(self): member in ApplicationWindow
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/internalguide/MPI_IS_gaussian_process/tools/
H A Dplot_spectrum.py16 def update_plot(fig, axes, p1): function
34 update_plot(fig, axes, p1)
H A Dplot_dec_data.py23 def update_plot(fig, axes, p1): function
52 update_plot(fig, axes, p1)
H A Dplot_gp_data.py23 def update_plot(fig, axes, p1, p2, p3, p4): function
56 update_plot(fig, axes, p1, p2, p3, p4)
/dports/astro/phd2/phd2-2.6.10/contributions/MPI_IS_gaussian_process/tools/
H A Dplot_spectrum.py16 def update_plot(fig, axes, p1): function
34 update_plot(fig, axes, p1)
H A Dplot_dec_data.py23 def update_plot(fig, axes, p1): function
52 update_plot(fig, axes, p1)
H A Dplot_gp_data.py23 def update_plot(fig, axes, p1, p2, p3, p4): function
56 update_plot(fig, axes, p1, p2, p3, p4)
/dports/audio/py-sounddevice/sounddevice-0.4.3/examples/
H A Dplot_input.py71 def update_plot(frame): function
115 ani = FuncAnimation(fig, update_plot, interval=args.interval, blit=True)
/dports/misc/py-QSpectrumAnalyzer/QSpectrumAnalyzer-2.1.0/qspectrumanalyzer/
H A Dplot.py124 def update_plot(self, data_storage, force=False): member in SpectrumPlotWidget
185 QtCore.QTimer.singleShot(0, lambda: self.update_plot(data_storage, force=True))
282 def update_plot(self, data_storage): member in WaterfallPlotWidget
H A D__main__.py268 self.data_storage.data_updated.connect(self.spectrumPlotWidget.update_plot)
272 self.data_storage.history_updated.connect(self.waterfallPlotWidget.update_plot)
511 self.spectrumPlotWidget.update_plot(self.data_storage)
/dports/devel/opendht/opendht-1.10.1/python/tools/
H A Dscanner.py241 def update_plot(): function
274 update_plot()
/dports/devel/py-opendht/opendht-1.10.1/python/tools/
H A Dscanner.py241 def update_plot(): function
274 update_plot()
/dports/devel/opendht/opendht-1.10.1/python/tools/dht/
H A Dtests.py909 def update_plot(): function
930 update_plot()
943 update_plot()
945 update_plot()
/dports/devel/py-opendht/opendht-1.10.1/python/tools/dht/
H A Dtests.py909 def update_plot(): function
930 update_plot()
943 update_plot()
945 update_plot()
/dports/graphics/py-mpl-interactions/mpl_interactions-0.19.0/docs/examples/devlop/
H A Ddevlop-scatter.ipynb153 "def update_plot(a, b):\n",
169 "widgets.interactive(update_plot, a=a, b=b)"
/dports/devel/thonny/thonny-3.3.14/thonny/
H A Dshell.py264 self.plotter.update_plot()
1718 def update_plot(self, force_clean=False): member in PlotterCanvas
2031 self.update_plot(True)
2036 self.update_plot(True)
/dports/misc/iio-oscilloscope/iio-oscilloscope-0.14-master/
H A Dosc.c226 static void update_plot(struct iio_buffer *buf) in update_plot() function
1353 update_plot(dev_info->buffer); in capture_process()
1356 update_plot(NULL); in capture_process()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc33836 void update_plot() { in update_plot() function
33941 update_plot(); in on_plot_button_add_clicked()
33988 update_plot(); in on_plot_button_modify_clicked()
34002 update_plot(); in on_plot_button_remove_clicked()
34073 update_plot(); in on_plot_button_range_apply_clicked()
34076 update_plot(); in on_plot_button_appearance_apply_clicked()