mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-03-10 07:02:22 +00:00
Run black
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user