Skip to content

Commit 5b6829b

Browse files
committed
Changed waveform color out to standard blue
1 parent 4444527 commit 5b6829b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples_tutorial/e04_plotting_set/s00_vertical_wf_mesh_plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def main():
9797
print("We'll turn on the panel labels, change the waveform color, and update the title.")
9898
# set wf_base optional parameters
9999
wf_base.label_panel_show = True
100-
wf_base.waveform_color = "orange"
100+
wf_base.waveform_color = "#1f77b4" # Default color for matplotlib
101101
wf_base.figure_title = "2-panel plot with custom Base and Panel parameters"
102102
print("\nIn wf_panel, we can change the following parameters:")
103103
print("\t- units: str, units of the waveform. Default 'Norm'")

0 commit comments

Comments
 (0)