Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plotScatter() function #84

Open
hol430 opened this issue Jul 11, 2023 · 1 comment
Open

plotScatter() function #84

hol430 opened this issue Jul 11, 2023 · 1 comment

Comments

@hol430
Copy link
Contributor

hol430 commented Jul 11, 2023

Hi Matt, firstly thanks for developing this package, it's certainly saved us a lot of time/code!

I'm interested in producing a scatter plot of multiple layers, but I can't see a way to do it with the current plotScatter() function. My use case is plotting observations on the x-axis against predictions from multiple model versions on the y-axis. I have the model outputs and observations set up as layers in a single object, but the plotScatter() API seems quite different to the other plotting functions (such as plotTemporal()) in that it only accepts a single layer name for each axis. It also doesn't allow controlling the colour of the dots, the axis label text, plot title, doesn't use theme_bw(), etc.

This is of course all pretty minor and I can achieve what I want by (gg-)plotting things myself anyway, I just thought it might be nice to have these things hidden by the abstraction of the package (as they are for the other kinds of plots).

@MagicForrest
Copy link
Owner

Hi Drew,

First of all, I'm glad you like package and it is saving you time and effort :-)

And yeah, the current plotScatter() is more-or-less a just a placeholder, except I never got around to filling the place! I don't have any immediate plans to do it, too many other priorities at the moment. But I would like to do so in order to round out the plotting functionality of the package. So let's see...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants