We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffdd73 commit c81699fCopy full SHA for c81699f
src/libgmt_h.jl
@@ -612,11 +612,13 @@ type GMT_PALETTE
612
alloc_level::UInt32
613
auto_scale::UInt32
614
model::UInt32
615
+ is_wrapping::UInt32
616
is_gray::UInt32
617
is_bw::UInt32
618
is_continuous::UInt32
619
has_pattern::UInt32
620
has_hinge::UInt32
621
+ has_range::UInt32
622
skip::UInt32
623
categorical::UInt32
624
z_adjust::NTuple{2, UInt32}
@@ -625,6 +627,7 @@ type GMT_PALETTE
625
627
z_unit_to_meter::NTuple{2, Cdouble}
626
628
minmax::NTuple{2, Cdouble}
629
hinge::Cdouble
630
+ wrap_length::Cdouble
631
end
632
type GMT_IMAGE
633
_type::UInt32
0 commit comments