Hi,
I’m learning how to use Julia for GMT - I’m liking it a lot after having done all my GMT using shell scripts for the past thirty years or so!
However, I cannot seem to get transparency to work. I am overlaying a coastline on some other stuff using this code:
coast!(
res = :auto, shore = "thinnest,black",
land = "brown",
transparency=75,
)
I’ve exported the plot as both PNG and PDF format, but no matter what I do, the land is solid, opaque brown. Is there something else I need to do to get transparency, or is this a known thing which doesn’t work (I’m wondering if it’s the Mac’s preview which cannot handle transparency)?
Here is what my plot looks like, with the above transparency supposedly turned on:
I was expecting to see the rainbow coloured background show through the brown land.