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

hudson plot gridlines off #63

Open
gisofer opened this issue Aug 13, 2020 · 1 comment
Open

hudson plot gridlines off #63

gisofer opened this issue Aug 13, 2020 · 1 comment
Assignees

Comments

@gisofer
Copy link

gisofer commented Aug 13, 2020

Please fill in the following details as much as possible when submitting your issue as this will help with testing and reproducing the issue

Environment Information

use (print(MTfit.get_details_json())) in a python terminal (or MTfit --details from the command line)
{
"version": "1.0.5",
"c_extensions present": [
"cprobability",
"cmoment_tensor_conversion"
],
"platform": "win32",
"num_threads": 12,
"python version": "3.7.3 (default, Mar 27 2019, 17:13:21) [MSC v.1915 64 bit (AMD64)]",
"python version info": [
3,
7,
3,
"final",
0
],
"dependency info": {
"numpy": "1.16.2",
"scipy": "1.2.1",
"matplotlib": "3.1.1",
"cython": "0.29.6",
"sphinx": "1.8.5",
"h5py": "2.9.0"
},
"windows version": [
10,
0,
17134,
2,
""
]
}

What error you are getting

two gridlines on hudson plot are off
Capture

What behaviour you would expect

all gridlines in their correct place

Reproduction steps

What do we need to do to reproduce the issue?
MTfit.plot.MTplot(np.array([[1],[0],[-1],[0],[0],[0]]),'hudson',text=True)

@djpugh
Copy link
Owner

djpugh commented Aug 16, 2020

Thanks @gisofer - will have a look - the hufson plot gridlines were correct last time I tested this, but there's been quite a few library bumps since then!

@djpugh djpugh self-assigned this Aug 16, 2020
djpugh added a commit that referenced this issue Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants