mirror of
https://github.com/openstate/stembureau-meting.git
synced 2024-11-10 00:54:01 +01:00
typo fixed, tijden not dagen
This commit is contained in:
parent
51e550a402
commit
af44699ad2
|
@ -5396,9 +5396,9 @@
|
||||||
"\n",
|
"\n",
|
||||||
"dagen_standaard = sorted(list(dict.fromkeys(open_standaard['dag'])))\n",
|
"dagen_standaard = sorted(list(dict.fromkeys(open_standaard['dag'])))\n",
|
||||||
"\n",
|
"\n",
|
||||||
"ax_open_standaard = df_open_standaard_plot.plot(title='Stemlokalen open op standaard dagen',kind=\"bar\", stacked=True, fontsize=22, figsize=(13,13))\n",
|
"ax_open_standaard = df_open_standaard_plot.plot(title='Stemlokalen open op standaard tijden',kind=\"bar\", stacked=True, fontsize=22, figsize=(13,13))\n",
|
||||||
"\n",
|
"\n",
|
||||||
"ax_open_nonstandaard = df_open_nonstandaard_plot.plot(title='Stemlokalen open op niet standaard dagen', kind=\"bar\", stacked=True, fontsize=22, figsize=(13,13))\n",
|
"ax_open_nonstandaard = df_open_nonstandaard_plot.plot(title='Stemlokalen open op niet standaard tijden', kind=\"bar\", stacked=True, fontsize=22, figsize=(13,13))\n",
|
||||||
"\n",
|
"\n",
|
||||||
"ax_open_standaard.set_xticklabels(dagen_standaard, fontsize=22, rotation=-45, ha=\"left\", rotation_mode=\"anchor\")\n",
|
"ax_open_standaard.set_xticklabels(dagen_standaard, fontsize=22, rotation=-45, ha=\"left\", rotation_mode=\"anchor\")\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|
Loading…
Reference in a new issue