Skip to content

Commit ff1a15c

Browse files
committed
Changing Colours of channel data.
1 parent f1d935f commit ff1a15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def init_gui():
5151
global plots, curves
5252
plots = []
5353
curves = []
54-
colors = ['#FF3B3B', '#00FF66', '#FF1493', '#007BFF', '#FFA500', '#FF00FF'] # Different colors for each channel
54+
colors = ['#D10054', '#007A8C', '#0A6847', '#674188', '#E65C19', '#2E073F' ] # Different colors for each channel
5555
for i in range(6):
5656
plot = pg.PlotWidget(title=f"Channel {i + 1}") # Create a plot widget for each channel
5757
layout.addWidget(plot) # Add the plot to the layout

0 commit comments

Comments
 (0)