Skip to content

Commit

Permalink
FixSpacing
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderJuestel committed Aug 14, 2023
1 parent 8344cf2 commit d755ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gempy/plot/plot_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def plot_3d(model, plotter_type='basic',
kwargs_plot_data=None,
image=False,
off_screen=False,
font_size: int =pv.global_theme.font.size,
font_size: int = pv.global_theme.font.size,
**kwargs) -> GemPyToVista:
"""foobar
Expand Down

0 comments on commit d755ca1

Please sign in to comment.