You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
I expected fornax_chart.png to look like this:
and I expected eridanus_chart.png to look like this:
Screenshots
Instead, fornax_chart.png looks like this:
and replacing p.constellations(labels=None, where=[Constellation.constellation_id=='for']) with p.constellations(labels=None, where=[Constellation.constellation_id=='eri']) results in this image:
Environment Details (please complete the following information):
Starplot version: v0.12.3
Python version: 3.10
Matplotlib version: 3.9.2
OS: Windows
The text was updated successfully, but these errors were encountered:
ahh, this is a bug in the constellations data. It's happening because the center of Fornax and/or Eridanus are incorrect. I'll add this to the roadmap to fix 👍 For now, a workaround to get the result you're looking for is to use the Constellation's iau_id field instead:
Describe the bug
When rendering only the constellation lines of the constellation Fornax, the constellation lines of Eridanus and Fornax both display.
To Reproduce
By running these lines of code, I found that the constellation lines for Fornax are not correct.
Expected behavior
I expected fornax_chart.png to look like this:
and I expected eridanus_chart.png to look like this:
Screenshots
Instead, fornax_chart.png looks like this:
and replacing
p.constellations(labels=None, where=[Constellation.constellation_id=='for'])
withp.constellations(labels=None, where=[Constellation.constellation_id=='eri'])
results in this image:Environment Details (please complete the following information):
The text was updated successfully, but these errors were encountered: