Skip to content

Commit

Permalink
chore(dependency_vulnerabilities): remove height restraint
Browse files Browse the repository at this point in the history
  • Loading branch information
zieka committed Aug 2, 2023
1 parent f560495 commit e5320d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions moderne_visualizations_misc/dependency_vulnerabilities.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
" })\n",
"\n",
" fig =px.bar(\n",
" df_plot, \n",
" height=300,\n",
" df_plot,\n",
" x='Type of version required to fix vulnerability', \n",
" y=['Critical','High','Moderate', 'Low'],\n",
" color_discrete_map={\n",
Expand Down

0 comments on commit e5320d9

Please sign in to comment.