You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can now use a 1d array for sizes and color parameters, and intensity can also accept a 1d array after #1065. Therefore, we may also support a 1d array as symbol or symbols (originally posted in #1065 (comment)).
The format of the input file of GMT plot (including both -S and -I):
x y [ z ] [ size ] [ symbol-parameters ] [ intensity ] [ symbol ]
z corresponds to the color parameter in PyGMT
size corresponds to the sizes parameter in PyGMT (I don't know why we add a "s")
Description of the desired feature
We can now use a 1d array for
sizesandcolorparameters, andintensitycan also accept a 1d array after #1065. Therefore, we may also support a 1d array assymbolorsymbols(originally posted in #1065 (comment)).The format of the input file of GMT
plot(including both -S and -I):colorparameter in PyGMTsizesparameter in PyGMT (I don't know why we add a "s")intensity(the name may be updated) parameter in PyGMT (Allow passing an array as intensity for plot #1065 is working on it)The format of the input file of GMT
plot3d(including both -S and -I):colorparameter in PyGMTsizesparameter in PyGMT (I don't know why we add a "s")Therefore, we'd also like to support an array as
symbolwhen we usex/yinplotandx/y/zinplot3d.See an example with
x y z size intensity symbolfor the GMTplotmethod.Are you willing to help implement and maintain this feature? Yes, but volunteers are welcome.