-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade events and meca, coupe, velo to handle new scaling column (#4970
) * Implement -H for meca, coupe, velo Same as for plot and plot3d. * Update docs * Update -H to take a fixed scale * Let events pass -H to modules * Ensure both optional size and required scale are output as needed * Fix scaling of secondary symbol via -Fa * Update events and related items in psxy for scaling * Update psvelo.c
- Loading branch information
1 parent
06e0974
commit 8863228
Showing
22 changed files
with
404 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
Data Column Order | ||
----------------- | ||
|
||
The **-S** option determines how many data columns are required to generate | ||
the selected symbol. In addition, your use of options **-I** and **-t** will | ||
require extra columns, as will a **-S** option without the *scale*. The | ||
order of the data record is fixed regardless of option order, even if not all | ||
items may be activated. We expect data columns to come in the following order:: | ||
The **-S** option determines how many size columns are required to generate | ||
the selected symbol, but if *size* is not given then we expect to read *size* | ||
from file. In addition, your use of options **-H**, **-I** and **-t** will | ||
require extra columns. The order of the data record is fixed regardless of | ||
option order, even if not all items may be activated. We expect data columns | ||
to come in the following order:: | ||
|
||
lon lat depth symbol-columns [scale] [intens] [transp [transp2]] [trailing-text] | ||
lon lat depth symbol-columns [size] [scale] [intens] [transp [transp2]] [trailing-text] | ||
|
||
where *symbol-columns* represent the normally required data columns, and items | ||
given in brackets are optional and under the control of the stated options | ||
(the trailing text is always optional). **Notes**: (1) *depth* is normally required | ||
where items given in brackets are optional and under the control of the stated | ||
options: **-S** without a *size* selects the optional *size-columns*, **-H** | ||
selects the optional *scale* column, **-I** selects | ||
the optional *intens* column, and **-t** selects the optional *transp* column(s). | ||
Trailing text is always optional. **Notes**: (1) *depth* is normally required | ||
but will not be expected if **-Fo** is given to **meca**. (2) You can use **-i** to | ||
rearrange your data record to match the expected format. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.