Closed seisman closed 3 years ago
If using intensity=True, we will instead read intens from the first data column after the symbols parameters.
intensity=True
As I understand it, there are at least three or four different ways to specify an intensity/intensities.
intensity=0.5
intensity
x
y
size
data
The format of the input file of plot is (https://docs.generic-mapping-tools.org/latest/plot.html#s):
x y [ z ] [ size ] [ symbol-parameters ] [ symbol ]
So, for the 3rd case, the format of the input file should be:
x y [ z ] [ size ] [ symbol-parameters ] intensity [ symbol ]
_Originally posted by @seisman in https://github.com/GenericMappingTools/pygmt/pull/881#discussion_r575829230_
I'd like to help with this issue.
Implemented in #1065 and #1109.
As I understand it, there are at least three or four different ways to specify an intensity/intensities.
intensity=0.5
intensity
(similar to thex
,y
,size
parameters): I think it's not implemented yetintensity=True
, and read data from an input file or from a 2D numpy array (via thedata
parameter).The format of the input file of plot is (https://docs.generic-mapping-tools.org/latest/plot.html#s):
So, for the 3rd case, the format of the input file should be:
_Originally posted by @seisman in https://github.com/GenericMappingTools/pygmt/pull/881#discussion_r575829230_