mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-03-13 11:03:43 +00:00
Upgrade deps, require Python 3.13
Upgrade Bokeh
This commit is contained in:
@@ -36,7 +36,7 @@ def plot_kokemus_tulot(df: DataFrame):
|
||||
plot.add_tools(get_df_hover_tool(df))
|
||||
plot.xaxis.axis_label = "Työkokemus (v)"
|
||||
set_yaxis_cash(plot)
|
||||
plot.circle(
|
||||
plot.scatter(
|
||||
x=TYOKOKEMUS_COL,
|
||||
y=VUOSITULOT_COL,
|
||||
source=source,
|
||||
|
||||
Reference in New Issue
Block a user