Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
RYangazov committed Nov 21, 2023
1 parent 93187f8 commit 5eb3873
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions python-package/lets_plot/plot/scale_position.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,14 +325,15 @@ def scale_y_log10(name=None, *,
position=position,
)


def scale_x_log2(name=None, *,
breaks=None, labels=None,
limits=None,
expand=None,
na_value=None,
format=None,
position=None
):
breaks=None, labels=None,
limits=None,
expand=None,
na_value=None,
format=None,
position=None
):
"""
Continuous position scale x where trans='log2'.
Expand Down Expand Up @@ -398,13 +399,13 @@ def scale_x_log2(name=None, *,


def scale_y_log2(name=None, *,
breaks=None, labels=None,
limits=None,
expand=None,
na_value=None,
format=None,
position=None
):
breaks=None, labels=None,
limits=None,
expand=None,
na_value=None,
format=None,
position=None
):
"""
Continuous position scales y where trans='log2'.
Expand Down

0 comments on commit 5eb3873

Please sign in to comment.