Skip to content
New issue

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

Units are ignored in -W+o<size><unit> #148

Closed
joa-quim opened this issue Oct 25, 2018 · 3 comments
Closed

Units are ignored in -W+o<size><unit> #148

joa-quim opened this issue Oct 25, 2018 · 3 comments
Labels
bug Something isn't working longterm Long standing issues that need to be resolved

Comments

@joa-quim
Copy link
Member

From the endarrows.sh test

gmt psxy -R -J -W1p+o0.5i/0.25i+v0.25i+gred -O t.txt -K >> $ps 

is different from

gmt psxy -R -J -W1p+o1.25/0.25i+v0.25i+gred -O t.txt -K >> $ps 
@Cyrkhan
Copy link

Cyrkhan commented Dec 4, 2018

Something similar with me for the velocity arrows drawn with GMT5.4.4 using psvelo. The same command gives me thick arrows with GMT5.4.3, but thin ones with GMT5.4.4, whatever the width given in -Wwidth,color parameter.

gmt psvelo << EOF -J -R -Se0.1c/0.95/8p -Wthick,ivory -Gyellow -K -O -V >> $carte
# Long.	Lat.	V_east	V_north	Sig_e	Sig_n	Corr_ne	Site
27.000	40.000	-21.2	-11.2	2.5	2.5	0.0000	1
30.000	40.000	-21.5	-5.2	2.5	2.5	0.0000	2
33.000	40.000	-21.6	0.8	2.5	2.5	-0.0000	3
36.000	40.000	-21.4	6.8	2.5	2.5	-0.0000	4
39.000	40.000	-21.1	12.8	2.5	2.5	0.0000	5
27.000	37.000	-14.3	-11.2	2.5	2.5	-0.0000	6
30.000	37.000	-14.6	-5.2	2.5	2.5	0.0000	7
33.000	37.000	-14.7	0.8	2.5	2.5	0.0000	8
36.000	37.000	-14.5	6.8	2.5	2.5	-0.0000	9
39.000	37.000	-14.2	12.8	2.5	2.5	0.0000	10
27.000	34.000	-7.4	-11.2	2.5	2.5	0.0000	11
30.000	34.000	-7.6	-5.2	2.5	2.5	-0.0000	12
33.000	34.000	-7.7	0.8	2.5	2.5	0.0000	13
36.000	34.000	-7.6	6.8	2.5	2.5	0.0000	14
39.000	34.000	-7.3	12.8	2.5	2.5	0.0000	15
EOF

Attached are the results with GMT5.4.3 and GMT5.4.4, using the same code for psvelo.

gmt5-4-3_anatolie-morvel-jm

gmt5-4-4_anatolie-morvel-jm

@stale
Copy link

stale bot commented Jan 23, 2019

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions.

@stale stale bot added the stale This will not be worked on label Jan 23, 2019
@joa-quim joa-quim removed the stale This will not be worked on label Jan 24, 2019
@leouieda leouieda added the longterm Long standing issues that need to be resolved label Jan 24, 2019
obaney pushed a commit to obaney/gmt that referenced this issue Aug 18, 2021
The function activates a figure given a name. It's only used inside the
Figure class, so it's better as a private method.
Also, it's now called upon Figure creation (in __init__) to guarantee
that a postscript stub and a new figure entry is generated
in the GMT tables.
@maxrjones maxrjones added the bug Something isn't working label Jan 21, 2022
@remkos
Copy link
Contributor

remkos commented Jul 17, 2023

Since this appears a GMT5 issue, we mark it as obsolete.

@remkos remkos closed this as completed Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working longterm Long standing issues that need to be resolved
Projects
None yet
Development

No branches or pull requests

5 participants