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

psmeca color doesn't plot colors from negative values #15

Open
celsoa opened this issue Dec 3, 2015 · 1 comment
Open

psmeca color doesn't plot colors from negative values #15

celsoa opened this issue Dec 3, 2015 · 1 comment
Labels

Comments

@celsoa
Copy link
Contributor

celsoa commented Dec 3, 2015

psmeca doesn't plot beachballs if values in the 3rd column are negative. This comes up when using cpt to color the beachballs.
for example, this works
0 0 1 8.9819500e-01 -1.0543200e-01 -5.2059600e-01 -4.7086300e-01 -1.8221400e-01 -4.4793000e-01 20
but this doesn't work
0 0 -1 8.9819500e-01 -1.0543200e-01 -5.2059600e-01 -4.7086300e-01 -1.8221400e-01 -4.4793000e-01 20

@celsoa celsoa added the bug label Dec 3, 2015
@carltape
Copy link
Member

carltape commented Dec 3, 2015

Perhaps that is hard-wired, since they always expect depth (third columns) to be positive. Silly restriction!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants