Skip to content

Commit

Permalink
fix: remove latex style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleyt0n committed Jan 2, 2024
1 parent f390182 commit fbab6c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions optymus/plots/_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

sns.set_style('whitegrid')
sns.set_context('notebook')
plt.rc('text', usetex=True)
plt.rcParams['text.usetex'] = True


def plot_optim(f, x0, method, path=True):
Expand Down

0 comments on commit fbab6c2

Please sign in to comment.