Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fealho committed Oct 16, 2023
1 parent 11c3c99 commit 060c263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copulas/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def compare_1d(real, synth, title=None):


def _generate_scatter_2d_plot(data, columns, color_discrete_map, title):
"""Generate a scatter plot for a pair of columns
"""Generate a scatter plot for a pair of columns.
Args:
data (pandas.DataFrame):
Expand Down

0 comments on commit 060c263

Please sign in to comment.