Skip to content

Commit

Permalink
Fix height calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
IKrukov-HORIS committed Nov 12, 2020
1 parent d73396c commit 9149e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/lets_plot/bistro/corr.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class corr_plot_builder:
_DEF_MID_COLOR = 'light_gray'
_DEF_HIGH_COLOR = 'blue'

def __init__(self, data, show_legend=None, flip=True):
def __init__(self, data, show_legend=True, flip=True):
"""
Parameters
----------
Expand Down

0 comments on commit 9149e2f

Please sign in to comment.