Run black

This commit is contained in:
Aarni Koskela
2022-10-19 12:11:30 +03:00
parent 4e97f5fc3e
commit 9e1ab195c6
2 changed files with 15 additions and 13 deletions

View File

@@ -49,7 +49,9 @@ def plot_sukupuoli_vuositulot(df: DataFrame):
@plot_this
def plot_kaupunki_vuositulot(df: DataFrame):
plot = get_categorical_stats_plot(df, category="Kaupunki", value="Vuositulot", line=False)
plot = get_categorical_stats_plot(
df, category="Kaupunki", value="Vuositulot", line=False
)
plot.xaxis.major_label_orientation = "vertical"
return plot