I have been trying to reverse the axis of the ternary plot for hours using GMT 5.4. Currently, the bottom axis is 0 to 100, but I want to change it to 100 to 0 and alter other axes accordingly. That’s what people normally use in soil science. In basemap, I can reverse the axis by setting -J to minus, but it doesn’t work in psternary. Can somebody give me a hand? Thank you!
I would like the axis for Percent Sand to go from 0 to 100% from right to left; Percent Clay to go from 0 to 100% from bottom to top; and Percent Silt to go from 0 to 100% from top to bottom. Similar to this one:
Clockwise orientation of all axes has now been implemented and merged into master - as you tried, this requires a negative width. I have just added plotting of polygons and lines but this is still awaiting review (https://github.com/GenericMappingTools/gmt/pull/4433).