Open chrisweij opened 2 months ago
Hi Chris, I implemented some of the changes proposed in the last meeting, they can be reproduced with the new notebook BeeswarmAndBoxPlots_AllCases.ipynb. Some comments regarding these changes:
I include the resulting figure.
To see the different values more easily, I experimented with nonlinear scales. A logarithmic one distorts the plot and accumulate the points for high contributions, so I finally made a piecewise transformation of the Y axis. Between 0 and 20 %, this transformation is a square root, until 100 %, a linear one. I believe that now it is easier to see the differences.
Finally, it would be good to know if large regions (such as the North Atlantic in the case of Scotland) will be subdivided, as performing these simulations and getting the results will probably take me longer.
Dear Alfredo, thanks for providing the Beeswarm plots for the paper! It is a very good start, there were some comments/requests made last week during the meeting. If you need any help or have any questions let me/us know.
Optional: