-
Notifications
You must be signed in to change notification settings - Fork 31
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
Plot_var - Scaling #253
Comments
Dale, to clarify, it looks like the old function had ability to set the x-axis dates, but not the y. Is that functionality you're looking for? To the larger audience, right now the function is set up so you can use ggsave right in function. However, I think I could make the plotting function more versatile (like setting axes for instance, basically adding more ggplot functionality) if I remove the save function. Instead, the plotting function (plot_var) would produce a plot on-screen, and then you could save it. Current Code:
New Code layout:
|
I like the pattern where if |
okie doke. can keep it that way |
does the current code do that? return something different depending on the |
I was referring to the scale used in the plots. Like TP going from 0 to 300 or 0 to 1000, Having the code pick the scale is nice, but often there is one very high point that results in one very small red spot and everything else white. |
Dale, ok, so with the z-variable. Got it. Will try and implement that. You could create a custom palette, where it emphasizes the lower values, but I understand that might be time consuming. Jordan, the fig_path variable works the way it always did. I was just thinking the saving feature could be separate from the function, as ggplot makes that very easy. But I'll keep it as is. |
ok, good to know. I've been behind on poking around on this branch. Will try to soon. |
The old plot var allowed the user to define the limits on the plot. Is there any way to do that anymore?
The text was updated successfully, but these errors were encountered: