-
Notifications
You must be signed in to change notification settings - Fork 81
show_lines has no color by default #169
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
Comments
In the input list of arrays of show_lines() do you provide the first component of np.array as all the right ascensions and the second one the declinations? because I got confused with the order of input file with this example! |
@neuronphysics: Your question isn't relevant to this issue, so could you please post it on the astropy examples page instead? Yes, the order is always ra,dec |
I love open source. I was at wit's end to help a graduate student who asked me why |
@gully yes, I think this is fair to regard as a bug. The user should either be warned that no color is selected or there should be a default color. A pull request fixing the issue would be welcome. |
Noted in aplpy/aplpy-examples#1, apparently
show_lines
defaults to no color. There is no obvious reason for this that I can see in the source forshow_lines
orLineCollection
:The text was updated successfully, but these errors were encountered: