Skip to content

Commit

Permalink
naming convention: self.plot_*
Browse files Browse the repository at this point in the history
  • Loading branch information
nilomr committed May 7, 2022
1 parent 80f3808 commit a384a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykanto/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def show_minmax_frequency(
plt.show()


def build_summary_plot(
def build_plot_summary(
dataset: KantoData, nbins: int = 50, variable: str = "frequency"
) -> None:
"""
Expand Down

0 comments on commit a384a68

Please sign in to comment.