Skip to content

Commit

Permalink
fix intendation
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler committed Sep 21, 2023
1 parent 7cfbff2 commit 182f6b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions solarmach/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1743,10 +1743,10 @@ def pfss_3d(self, active_area=(None, None, None, None), color_code='object', rss

if plot_equatorial_plane:
fig.add_trace(go.Surface(x=np.linspace(-200, 200, 100),
y=np.linspace(-200, 200, 100),
z=np.zeros((100, 100)),
hoverinfo='skip',
colorscale='gray', showscale=False, opacity=0.2))
y=np.linspace(-200, 200, 100),
z=np.zeros((100, 100)),
hoverinfo='skip',
colorscale='gray', showscale=False, opacity=0.2))

if _isstreamlit():
fig.update_layout(width=700, height=700)
Expand Down

0 comments on commit 182f6b7

Please sign in to comment.