mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
Corrected a typo in plotPattern.py
This commit is contained in:
parent
b02bda053b
commit
0d905923dd
Binary file not shown.
Before Width: | Height: | Size: 334 KiB After Width: | Height: | Size: 299 KiB |
@ -31,7 +31,7 @@ alpha_wait = [0.5, 0.5, 0.5, 0.5, 0.5, 0.5]
|
|||||||
alpha_wait_rect = [0.2, 0.2, 0.2, 0.2, 0.2, 0.2]
|
alpha_wait_rect = [0.2, 0.2, 0.2, 0.2, 0.2, 0.2]
|
||||||
|
|
||||||
# Loop colors and line styles (6 needed from 0 to 5)
|
# Loop colors and line styles (6 needed from 0 to 5)
|
||||||
colors_loop = ['tab:green', 'tab:red', 'tab:purple', 'tab:brown', 'tab:ping', 'tab:grey']
|
colors_loop = ['tab:green', 'tab:red', 'tab:purple', 'tab:brown', 'tab:pink', 'tab:grey']
|
||||||
linestyles_loop = ['-.', '-.', '-.', '-.', '-.', '-.']
|
linestyles_loop = ['-.', '-.', '-.', '-.', '-.', '-.']
|
||||||
alpha_loop = [0.5, 0.5, 0.5, 0.5, 0.5, 0.5]
|
alpha_loop = [0.5, 0.5, 0.5, 0.5, 0.5, 0.5]
|
||||||
alpha_loop_rect = [0.2, 0.2, 0.2, 0.2, 0.2, 0.2]
|
alpha_loop_rect = [0.2, 0.2, 0.2, 0.2, 0.2, 0.2]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user