Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 7, 2022
1 parent c21c0b1 commit 8fd3b7f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/poliastro/plotting/gabbard.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class GabbardPlotter:

def __init__(self, ax, dark=False):

self._ax = ax
Expand Down Expand Up @@ -42,7 +41,7 @@ def _static_gabbard_plot(self, orbits):
The Orbits whose perigee and apogee will be plotted.
"""
apogees, perigees, periods = self._get_orbit_property_list(orbits)

apogee_paths = plt.scatter(
periods, apogees, marker="o", color="blue", label="Apogee"
)
Expand Down Expand Up @@ -70,7 +69,6 @@ def _set_legend(self, epoch):
self._ax.legend(
loc="upper left",
bbox_to_anchor=(1.05, 1.015),
title = label,
title=label,
numpoints=1,
)

0 comments on commit 8fd3b7f

Please sign in to comment.