-
Notifications
You must be signed in to change notification settings - Fork 400
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
julia> plot([315,30], marker=:circ, mc=:green, ms=0.2, region=:global, proj=(name=:Stereographic, center=(0,0)), frame=(annot=:auto, grid=:auto), show=true, coast=true, Vd=1)
["psxy -Rd -JS0/0/14c -Bpag -BWSen -Sc0.2 -Ggreen -P -K > C:\\TEMP\\GMTjl_tmp.ps", "pscoast -R -J -A200/0/2 -W0.5 -Da -K -O >> C:\\TEMP\\GMTjl_tmp.ps"]
psxy [WARNING]: Latitude (315) at line # 1 exceeds -|+ 90! - set to NaN
And the result is wrong in longitude. If I use -45 instead of 315 then no error message but it pots two green circles.
Note also then no latitude annotations are plotted, though they we requested.

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working