Plotting with PyQtGraph

Saravanan Dayalan c5c08c7278 plot random normal values with symbol and legend 1 month ago
pyqtplot01.png e5aa1e32cb script to create plot using the plotwidget in pyqtgraph 9 months ago
pyqtplot01.py e5aa1e32cb script to create plot using the plotwidget in pyqtgraph 9 months ago
pyqtplot02.png 82db4d7d88 set the background color using hex notation as string 9 months ago
pyqtplot02.py 82db4d7d88 set the background color using hex notation as string 9 months ago
pyqtplot03.png 8855f56a61 set the line color in 3-tuple of int values, line width in pixels, solid line style 9 months ago
pyqtplot03.py 506cf07d6a set the line color in 3-tuple of int values, line width in pixels, solid line style 9 months ago
pyqtplot04.png 24603324ca set the line marker, marker size and marker color 9 months ago
pyqtplot04.py 24603324ca set the line marker, marker size and marker color 9 months ago
pyqtplot05.png b7387a8f29 set the main plot title, text color, text size, text weight, text style 9 months ago
pyqtplot05.py b7387a8f29 set the main plot title, text color, text size, text weight, text style 9 months ago
pyqtplot06.png 5f904bee25 set the axis labels (position and text), style parameters 9 months ago
pyqtplot06.py 5f904bee25 set the axis labels (position and text), style parameters 9 months ago
pyqtplot07.png e0f3657fa5 set the legend which represents given line 9 months ago
pyqtplot07.py e0f3657fa5 set the legend which represents given line 9 months ago
pyqtplot08.png 94a8580172 set the background grid for both the x and y axis 9 months ago
pyqtplot08.py 94a8580172 set the background grid for both the x and y axis 9 months ago
pyqtplot09.png aca7f8dad0 set the axis limits within the specified ranges and padding 9 months ago
pyqtplot09.py aca7f8dad0 set the axis limits within the specified ranges and padding 9 months ago
pyqtplot10.png cb186551cc plotting multiple lines with custom graphPlot method 9 months ago
pyqtplot10.py 4d0c46fff4 plotting multiple lines with custom graphPlot method 9 months ago
pyqtplot11.png bd45ea74a8 plot data by updating the data in place every 50ms, setting the trigger to call custom method update_data_line 9 months ago
pyqtplot11.py 5cefb1adff plot data by updating the data in place every 50ms, setting the trigger to call custom method update_data_line 9 months ago
pyqtplot12.png c1d9aef9e6 plot sine wave by updating the data in place 9 months ago
pyqtplot12.py 94434f0124 plot sine wave by updating the data in place 9 months ago
pyqtplot13.png feed0cc99d plot sine wave by updating the data in place with numpy linspace 9 months ago
pyqtplot13.py feed0cc99d plot sine wave by updating the data in place with numpy linspace 9 months ago
pyqtplot14.png e6b5636de5 plot sine wave by updating the data in place with range [-2*pi, 2*pi] 9 months ago
pyqtplot14.py e6b5636de5 plot sine wave by updating the data in place with range [-2*pi, 2*pi] 9 months ago
pyqtplot15.png e14c7c957c plot sine and cosine wave by updating the data in place with range [-2*pi, 2*pi] 9 months ago
pyqtplot15.py e14c7c957c plot sine and cosine wave by updating the data in place with range [-2*pi, 2*pi] 9 months ago
pyqtplot16.png 70589227f3 plot sine and cosine wave with range [-2*pi, 2*pi] 9 months ago
pyqtplot16.py 85a68410df plot sine and cosine wave with range [-2*pi, 2*pi] 2 months ago
pyqtplot17.png a998205990 plot sine and cosine wave by updating the data in place with range [-2*pi, 2*pi] 9 months ago
pyqtplot17.py 821489a43f plot sine and cosine wave by updating the data in place with range [-2*pi, 2*pi] 2 months ago
pyqtplot18.png 0d66ebf981 plot lorenz attractor by updating the data in place 9 months ago
pyqtplot18.py 4788b13fa3 plot lorenz attractor by updating the data in place 1 month ago
pyqtplot19.png b01a14bfec plot random normal values 1 month ago
pyqtplot19.py b01a14bfec plot random normal values 1 month ago
pyqtplot20.png 11a7c9e11e plot sin(x), sin(x)**2, sin(x)/2 1 month ago
pyqtplot20.py 8ad443da01 plot sin(x), sin(x)**2, sin(x)/2 1 month ago
pyqtplot21.png c5c08c7278 plot random normal values with symbol and legend 1 month ago
pyqtplot21.py c5c08c7278 plot random normal values with symbol and legend 1 month ago