starplot 0.19.3__tar.gz → 0.19.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {starplot-0.19.3 → starplot-0.19.4}/CITATION.cff +2 -2
- {starplot-0.19.3 → starplot-0.19.4}/PKG-INFO +1 -1
- {starplot-0.19.3 → starplot-0.19.4}/docs/changelog.md +1 -0
- starplot-0.19.4/docs/examples/map-virgo-cluster.md +18 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples.md +6 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/reference-collisions.md +2 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/examples.py +1 -1
- starplot-0.19.4/examples/map_virgo_cluster.py +46 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/__init__.py +1 -1
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/plotters/text.py +1 -1
- {starplot-0.19.3 → starplot-0.19.4}/.dockerignore +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/.github/FUNDING.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/.github/workflows/docs.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/.github/workflows/release.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/.github/workflows/test.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/.gitignore +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/CODE_OF_CONDUCT.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/CONTRIBUTING.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/Dockerfile +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/LICENSE +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/Makefile +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/README.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/constellation_borders.json +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/constellations.json +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/milkyway.json +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/star_designations.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/constellation_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/dso_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/en-us/constellation_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/en-us/dso_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/en-us/other_terms.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/en-us/star_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/es/constellation_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/es/dso_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/es/other_terms.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/es/star_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/fa/constellation_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/fa/dso_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/fa/other_terms.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/fa/star_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/fr/constellation_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/fr/dso_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/fr/other_terms.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/fr/star_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/lt/constellation_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/lt/dso_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/lt/other_terms.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/lt/readme.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/lt/star_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/other_terms.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/readme.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/star_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/zh-cn/constellation_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/zh-cn/dso_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/zh-cn/other_terms.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/zh-cn/star_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/zh-tw/constellation_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/zh-tw/dso_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/zh-tw/other_terms.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/zh-tw/readme.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/raw/translations/zh-tw/star_names.csv +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/readme.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/scripts/constellation_names.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/scripts/data_settings.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/scripts/db.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/scripts/docdata.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/scripts/dso_names.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/scripts/star_designations.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/data/scripts/translations.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/about.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/coming-soon.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/css/extra.css +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/custom/main.html +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/data/building.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/data/constellations.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/data/dsos.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/data/overview.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/data/stars.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/data-explorer.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/data-sources.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/horizon-double-cluster.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/horizon-gradient.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/horizon-sgr.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/map-big-dipper.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/map-big.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/map-canis-major.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/map-carina-nebula.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/map-cassiopeia.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/map-custom-marker.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/map-milky-way-stars.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/map-orion.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/map-orthographic.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/map-sagittarius.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/optic-iss-transit.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/optic-m45.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/optic-moon-saturn.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/optic-orion.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/optic-solar-eclipse.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/star-chart-basic.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/star-chart-detail.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/examples/star-chart-french.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/celestial-globe.svg +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/cover-front-sm-360.png +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/discord.svg +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/examples/.keep +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/favicon.png +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/logo-2400px.png +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/logo-original/banner.png +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/logo-original/banner.svg +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/logo-original/banner.vectornator +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/logo-original/logo.png +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/logo-original/logo.svg +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/logo-original/logo.vectornator +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/logo-original/logo2.png +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/logo.svg +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/logo2.vectornator +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/logo500.png +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/mono-2400px.png +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/mono.png +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/mono.svg +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/star.svg +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/images/tutorial/.keep +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/index.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/installation.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/license.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/migration-guides/0.16.0.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/object-names/constellations.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/object-names/dsos.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/object-names/stars.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/reference-callables.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/reference-horizonplot.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/reference-localization.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/reference-mapplot.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/reference-models.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/reference-ongc.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/reference-opticplot.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/reference-positions.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/reference-selecting-objects.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/reference-settings.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/reference-styling.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/reference-zenithplot.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/robots.txt +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/showcase.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/snippets/_newsletter.html +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/tutorial/01.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/tutorial/02.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/tutorial/03.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/tutorial/04.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/tutorial/05.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/tutorial/06.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/tutorial/07.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/tutorial/08.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/tutorial/09.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/docs/tutorial.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/galaxy_custom_marker.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/horizon_double_cluster.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/horizon_gradient.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/horizon_sgr.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/map_big.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/map_big_dipper.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/map_canis_major.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/map_carina.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/map_cas.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/map_milky_way_stars.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/map_orion.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/map_orthographic.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/map_sagittarius.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/optic_iss_transit.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/optic_m45.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/optic_moon_saturn.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/optic_orion_nebula.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/optic_solar_eclipse.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/star_chart_basic.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/star_chart_detail.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/examples/star_chart_french.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/hash_checks/__init__.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/hash_checks/data/.keep +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/hash_checks/hashio.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/hash_checks/hashlock.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/hash_checks/horizon_checks.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/hash_checks/map_checks.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/hash_checks/optic_checks.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/hash_checks/template.html +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/hash_checks/zenith_checks.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/mkdocs.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/pyproject.toml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/requirements-dev.txt +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/requirements.txt +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/scripts/ecliptic.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/scripts/marimo.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/scripts/voronoi.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/callables.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/cli.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/config.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/coordinates.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/data/__init__.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/data/catalogs.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/data/constellations.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/data/db.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/data/dsos.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/data/ecliptic.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/data/library/constellation_names.parquet +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/data/library/dso_names.parquet +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/data/library/readme.md +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/data/library/star_designations.parquet +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/data/stars.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/data/translations.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/data/utils.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/geod.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/geometry.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/mixins.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/models/__init__.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/models/base.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/models/comet.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/models/constellation.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/models/dso.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/models/milky_way.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/models/moon.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/models/objects.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/models/observer.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/models/optics.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/models/planet.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/models/satellite.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/models/star.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/models/sun.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/plots/__init__.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/plots/base.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/plots/horizon.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/plots/map.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/plots/optic.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/plots/zenith.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/plotters/__init__.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/plotters/arrow.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/plotters/constellations.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/plotters/debug.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/plotters/dsos.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/plotters/experimental.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/plotters/gradients.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/plotters/legend.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/plotters/milkyway.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/plotters/stars.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/profile.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/projections.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/__init__.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/base.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/ext/antique.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/ext/blue_dark.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/ext/blue_gold.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/ext/blue_light.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/ext/blue_medium.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/ext/blue_night.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/ext/cb_wong.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/ext/color_print.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/ext/gradient_presets.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/ext/grayscale.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/ext/grayscale_dark.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/ext/map.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/ext/nord.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/ext/optic.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/ext/publication.yml +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/extensions.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/fonts-library/gfs-didot/DESCRIPTION.en_us.html +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/fonts-library/gfs-didot/GFSDidot-Regular.ttf +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/fonts-library/gfs-didot/METADATA.pb +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/fonts-library/gfs-didot/OFL.txt +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/fonts-library/inter/Inter-Bold.ttf +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/fonts-library/inter/Inter-BoldItalic.ttf +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/fonts-library/inter/Inter-ExtraBold.ttf +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/fonts-library/inter/Inter-ExtraLight.ttf +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/fonts-library/inter/Inter-ExtraLightItalic.ttf +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/fonts-library/inter/Inter-Italic.ttf +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/fonts-library/inter/Inter-Light.ttf +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/fonts-library/inter/Inter-LightItalic.ttf +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/fonts-library/inter/Inter-Regular.ttf +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/fonts-library/inter/Inter-SemiBold.ttf +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/fonts-library/inter/Inter-SemiBoldItalic.ttf +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/fonts-library/inter/LICENSE.txt +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/fonts.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/helpers.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/styles/markers.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/utils.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/src/starplot/warnings.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tests/__init__.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tests/data/.keep +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tests/data/comets.txt +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tests/test_catalogs.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tests/test_comets.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tests/test_data.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tests/test_languages.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tests/test_map.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tests/test_models.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tests/test_observer.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tests/test_optic.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tests/test_satellite.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tests/test_settings.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tests/test_stars.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tests/test_styles.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tests/test_utils.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tests/utils.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tutorial/build.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tutorial/tutorial_02.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tutorial/tutorial_03.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tutorial/tutorial_04.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tutorial/tutorial_05.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tutorial/tutorial_06.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tutorial/tutorial_07.py +0 -0
- {starplot-0.19.3 → starplot-0.19.4}/tutorial/tutorial_08.py +0 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Map of the Virgo Galaxy Cluster
|
|
3
|
+
---
|
|
4
|
+
[:octicons-arrow-left-24: Back to Examples](/examples)
|
|
5
|
+
|
|
6
|
+
# Map of the Virgo Galaxy Cluster {.example-header}
|
|
7
|
+
|
|
8
|
+

|
|
9
|
+
|
|
10
|
+
In this example, we create a custom [CollisionHandler](/reference-collisions/) to ensure _all_ labels are plotted in the very busy area of the Virgo Galaxy Cluster:
|
|
11
|
+
|
|
12
|
+
<div class="tutorial">
|
|
13
|
+
```python
|
|
14
|
+
--8<-- "examples/map_virgo_cluster.py"
|
|
15
|
+
```
|
|
16
|
+
</div>
|
|
17
|
+
|
|
18
|
+
<br/><br/>
|
|
@@ -114,6 +114,12 @@
|
|
|
114
114
|
<p class="example-card-title">Custom Markers for Galaxies</p>
|
|
115
115
|
</a>
|
|
116
116
|
</li>
|
|
117
|
+
<li>
|
|
118
|
+
<a href="/examples/map-virgo-cluster/">
|
|
119
|
+
<img src="/images/examples/map_virgo_cluster-sm.png" alt="Map of the Virgo Galaxy Cluster" class="off-glb" loading="lazy"/>
|
|
120
|
+
<p class="example-card-title">Virgo Galaxy Cluster</p>
|
|
121
|
+
</a>
|
|
122
|
+
</li>
|
|
117
123
|
</ul>
|
|
118
124
|
|
|
119
125
|
</div>
|
|
@@ -2,6 +2,8 @@ One of the biggest contributors to the visual quality of a map is labeling, whic
|
|
|
2
2
|
|
|
3
3
|
When you create a plot, you can specify the default collision handler that'll be used when plotting text. But, you can also override this default on all functions that plot text (either directly or as a side effect). There's one exception to this though: since constellation labels are area-based labels they have their own default collision handler.
|
|
4
4
|
|
|
5
|
+
_See the [Virgo Galaxy Cluster](/examples/map-virgo-cluster/) plot for an example of using a custom collision handler._
|
|
6
|
+
|
|
5
7
|
|
|
6
8
|
!!! tip "New Feature"
|
|
7
9
|
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
from starplot import MapPlot, Equidistant, CollisionHandler, _
|
|
2
|
+
from starplot.styles import PlotStyle, extensions, AnchorPointEnum
|
|
3
|
+
|
|
4
|
+
style = PlotStyle().extend(
|
|
5
|
+
extensions.BLUE_MEDIUM,
|
|
6
|
+
extensions.MAP,
|
|
7
|
+
{
|
|
8
|
+
"figure_background_color": "hsl(330, 44%, 20%)",
|
|
9
|
+
"dso_galaxy": {
|
|
10
|
+
"label": {
|
|
11
|
+
"font_color": "hsl(330, 44%, 14%)",
|
|
12
|
+
"font_weight": 200,
|
|
13
|
+
"anchor_point": AnchorPointEnum.BOTTOM_CENTER.value,
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
)
|
|
18
|
+
|
|
19
|
+
# Create a custom collision handler that ensures labels are ALWAYS plotted
|
|
20
|
+
collision_handler = CollisionHandler(
|
|
21
|
+
# always plot an object's label, even if it collides with other labels or markers:
|
|
22
|
+
plot_on_fail=True,
|
|
23
|
+
# only try plotting object labels once:
|
|
24
|
+
attempts=1,
|
|
25
|
+
)
|
|
26
|
+
|
|
27
|
+
p = MapPlot(
|
|
28
|
+
projection=Equidistant(center_ra=11 * 15),
|
|
29
|
+
ra_min=12 * 15,
|
|
30
|
+
ra_max=13 * 15,
|
|
31
|
+
dec_min=8,
|
|
32
|
+
dec_max=18,
|
|
33
|
+
style=style,
|
|
34
|
+
resolution=3000,
|
|
35
|
+
scale=1,
|
|
36
|
+
collision_handler=collision_handler,
|
|
37
|
+
)
|
|
38
|
+
p.title("Virgo Cluster", style__font_color="hsl(330, 44%, 92%)")
|
|
39
|
+
p.stars(where=[_.magnitude < 12], where_labels=[False])
|
|
40
|
+
p.galaxies(
|
|
41
|
+
where=[
|
|
42
|
+
(_.magnitude < 12) | (_.magnitude.isnull()),
|
|
43
|
+
],
|
|
44
|
+
where_true_size=[False],
|
|
45
|
+
)
|
|
46
|
+
p.export("map_virgo_cluster.png", padding=0.8)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|