Skip to content

Commit

Permalink
fix arrow head (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
fdobad authored Jan 12, 2025
1 parent c967923 commit 95bca69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/mcdm/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"plot.add(F, color=\"blue\", alpha=0.2, s=10)\n",
"plot.add(F[I], color=\"red\", s=30)\n",
"plot.do()\n",
"plot.apply(lambda ax: ax.arrow(0, 0, 0.5, 0.5, color='black', \n",
"plot.apply(lambda ax: ax.arrow(0, 0, *weights, color='black', \n",
" head_width=0.01, head_length=0.01, alpha=0.4))\n",
"plot.show()"
]
Expand Down

0 comments on commit 95bca69

Please sign in to comment.