Scatter plot density #119
daniel-caichac-DHI
started this conversation in
Ideas
Replies: 1 comment
-
Yes you can add scipy. Since mikeio is a dependency of fmskill and scipy is a dependency of mikeio, thus scipy is a transitive dependency of fmskill. 🤓 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I've been trying to change/add an option of the scatter plots from gray dots with a 2D histogram on the back (see next fig)
![image](https://user-images.githubusercontent.com/97288080/153578745-dc5f4ad2-c428-4774-9969-47dc8cf1a806.png)
to points painted by density (see following work in progress)
![image](https://user-images.githubusercontent.com/97288080/153580076-f2f8eb01-5a68-4f9c-ba01-68ea5f59788a.png)
however I would require to add a package to fmskill,
from scipy import interpolate
would that be the acceptable (@ecomodeller) ?
Beta Was this translation helpful? Give feedback.
All reactions