Bug #589
pslegend cannot plot multiple fault symbols
Status: | Closed | Start date: | 2014-07-16 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | - | |||
Target version: | Candidate for next bugfix release | |||
Affected version: | all | Platform: |
Description
The way pslegend plots faults only works for a single fault. Example script that shows the problems:
cat <<EOF > f.txt N 1 S 0.1i f+r+s 0.25i/-1/0.075i 0/0/255 0.25p 0.3i Right lateral S 0.1i f+l+s 0.25i/-1/0.075i 0/0/255 0.25p 0.3i Left lateral EOF pslegend -V -R-10/10/-10/10 -JM15c -F -D-10/-10/7/4/BL -C0.1i/0.1i -L1.2 -P f.txt > test.ps
Solution: collect all fault items, like other symbols, and do a single GMT_psxy call at end.
History
#1
Updated by Paul over 6 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
I have changed how lines (fronts) are handled in pslegend. Please give it a shot. In r13364.
#2
Updated by Paul over 6 years ago
- Status changed from Resolved to Closed
Original poster says it is fixed. Closing this issue.