Skip to content

Commit

Permalink
Fixes #648
Browse files Browse the repository at this point in the history
  • Loading branch information
JeS24 committed Oct 6, 2023
1 parent a998861 commit 1c03ae5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/einsteinpy/plotting/geodesic/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ def parametric_plot(
self.fig, self.ax = plt.subplots(figsize=figsize)
fontsize = max(figsize) + 3
self.fig.set_size_inches(figsize)
self.ax = plt.axes()
self.ax.set_xlabel(r"Affine Paramter, $\lambda$", fontsize=fontsize)
self.ax.set_ylabel("Coordinates", fontsize=fontsize)

Expand Down

0 comments on commit 1c03ae5

Please sign in to comment.