Skip to content

Commit 0f5c081

Browse files
committed
Increase line width for plot styles in PLOTPY_DEFAULTS for improved visibility
1 parent bd0435d commit 0f5c081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datalab/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def reset():
428428
# Images:
429429
"i/line/style": "SolidLine",
430430
"i/line/color": "#ffff00",
431-
"i/line/width": 1,
431+
"i/line/width": 2,
432432
"i/fill/style": "SolidPattern",
433433
"i/fill/color": MAIN_BG_COLOR,
434434
"i/fill/alpha": 0.1,
@@ -439,7 +439,7 @@ def reset():
439439
"i/symbol/alpha": 1.0,
440440
"i/sel_line/style": "SolidLine",
441441
"i/sel_line/color": "#00ff00",
442-
"i/sel_line/width": 1,
442+
"i/sel_line/width": 2,
443443
"i/sel_fill/style": "SolidPattern",
444444
"i/sel_fill/color": MAIN_BG_COLOR,
445445
"i/sel_fill/alpha": 0.1,

0 commit comments

Comments
 (0)