We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 #881 (comment)
The text was updated successfully, but these errors were encountered:
I'd like to help with this issue.
Sorry, something went wrong.
Implemented in #1065 and #1109.
No branches or pull requests
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 #881 (comment)
The text was updated successfully, but these errors were encountered: