-
Notifications
You must be signed in to change notification settings - Fork 152
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
Addons for plotting: Standardize parameters and flags #1071
Comments
Good work @veroandreo. Great if you can share the spreadsheet. As I created most of those addons, I feel obliged to act upon this, but time is a bit limited. Something to take up during the community meeting, if not done before? By the way, writing a tutorial on the plotting addons has also be on my to-do list for some time. I haven't found the time yet, so great you are working on this. Something to work on together? |
Thanks! Sure! Link to it on your email. Yes, it could indeed be something you could tackle for the community meeting. That'd be great! Some are easy changes, and perhaps I could start, but others, especially adding missing options, I leave that to you ;-)
Sure! The tutorial is here: https://github.com/ncsu-geoforall-lab/tutorials/blob/main/good_looking_plots_in_grass.qmd. I wrote it with quarto because I like the rendering, but that might change. In any case, feedback is welcome to enhance it!! |
Thanks, I'll have a look. B.t.w., quarto is my preferred notebook format for various reasons, so I hope you keep it. |
Implementing some of the suggestions in issue OSGeo#1071 Question is how to deal with backward compatibility.
…ith time range Better handling of relative maps, including the option to use start, end or mid point time if maps represent time ranges + - nproc check - bugfix week locator - implented suggestion standardization parameter names from #1071 - added reference to need to set time explicitly in combination with >
Change ylim and xlim to x_axis_limits, see OSGeo#1071
Context
While creating a tutorial on the use of GRASS GIS addons to create plots, I found out that parameters doing the same task were sometimes named differently. Also, there were some addons providing a lot of control over the plot, and others much less so. I ended up creating a big double entry table comparing flags and parameters names and functionalities across GRASS addons for creating plots.
This issue attempts to point out which addons would need flag/parameter name standardization and which would benefit from the addition of further options already present in some but not all.
Parameter name standardization
Change flag default behavior
Flags into parameters
Add other control parameters or flags (parameter name: addons that would benefit from the added parameter / addon name: parameters)
In these latter 2, ideally standardize also how to spell boxplot (bx or boxplot) and line width (lw and linewidth).
Wishes
Happy to share the spreadsheet if anyone is interested :)
The text was updated successfully, but these errors were encountered: