Skip to content

Commit 0dc802d

Browse files
committed
Fix minor style representation in grid parameters for consistency
1 parent d4dd7c8 commit 0dc802d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plotpy/tests/features/test_image_superp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
def create_window():
1919
gridparam = make.gridparam(
20-
background="black", minor_enabled=(False, False), major_style=(".", "gray", 1)
20+
background="black", minor_enabled=(False, False), major_style=(":", "gray", 1)
2121
)
2222
win = make.dialog(
2323
toolbar=True,

plotpy/tests/tools/test_customize_shape_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def customize_shape(shape):
3535

3636
def create_window():
3737
gridparam = make.gridparam(
38-
background="black", minor_enabled=(False, False), major_style=(".", "gray", 1)
38+
background="black", minor_enabled=(False, False), major_style=(":", "gray", 1)
3939
)
4040
win = make.dialog(
4141
edit=False,

0 commit comments

Comments
 (0)