Open adigitoleo opened 3 years ago
Related to #667 , the new frame = :auto
option works in modern mode and can be used as a workaround ono current master:
julia> gmtbegin("mapdraft.pdf")
julia> basemap(region = :g, frame = :auto)
julia> gmtend(show = true)
This is an easy one. Yes you are right, it should have the same defaults. I confess that I rarely use the modern mode so these type of issues go unnoticed. If you want to give it a try, please go ahead. I'll classes start shortly (start delayed still because of the covid) and need to keep working in the new RemoteS package. Also because of this, addressing your other -B issues will take longer to address.
No worries, thanks for all the guidance so far! Hopefully you don't have to do classes online like they are here in Australia...
We had quite a big share of online classes but for now they will be insitu again.
Currently, when using modern mode the defaults for projection (-J) and frame (-B) are not set, for example:
It happens with the other functions as well of course (not just
basemap
). I think the defaults that are set in classic mode are quite nice, so maybe it wouldn't hurt to use them in modern mode as well? I'm not sure anything is lost by doing this: if the user wants a different projection/frame, they can still override the defaults. Also, the behaviour becomes more consistent with classic mode.I can have a go at a patch (probably not before the weekend) if you're short on time. Just thought I'd raise the point.
Cheers