Skip to content

Commit 71bef03

Browse files
authored
Merge pull request #56 from Imama-Kainat/fix-axis_location
Fix redundant x_axis_location ,y_axis_location definition
2 parents ac98ce7 + 24fe1c4 commit 71bef03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyopenms_viz/_config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ def default_legend_factory():
183183
xlabel: str = ""
184184
ylabel: str = ""
185185
zlabel: str = ""
186-
x_axis_location: str = "below"
187-
y_axis_location: str = "left"
188186
title_font_size: int = 18
189187
xaxis_label_font_size: int = 16
190188
yaxis_label_font_size: int = 16

0 commit comments

Comments
 (0)