Skip to content

Commit

Permalink
Update pyrazine.py
Browse files Browse the repository at this point in the history
  • Loading branch information
binggu56 committed Mar 9, 2022
1 parent 3e8cf36 commit f9e42e7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lime/models/pyrazine.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ def plot3d():

#data = [go.Surface(z=apes)]
#fig = go.Figure(data = data)
import matplotlib.pyplot as plt

fig = plt.figure(figsize=(5,4))
set_style(fontsize=14)

Expand Down Expand Up @@ -419,7 +421,7 @@ def mayavi(surfaces):
rcParams['xtick.major.pad']='2'
rcParams['ytick.major.pad']='2'

#mayavi()
contour()
# mayavi()
# contour()
#cut()
#plot3d()
plot3d()

0 comments on commit f9e42e7

Please sign in to comment.