Skip to content

Commit

Permalink
Merge pull request #21 from fzhu2e/scipy-update
Browse files Browse the repository at this point in the history
Update visual.py
  • Loading branch information
fzhu2e authored Oct 3, 2024
2 parents a99c13b + 902fea5 commit 70b5d4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions cfr/visual.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from scipy import stats
from scipy.stats.mstats import mquantiles
from scipy.stats import cumfreq, gaussian_kde
from scipy.integrate import cumtrapz
from matplotlib.lines import Line2D
from matplotlib.patches import Patch
from matplotlib.legend_handler import HandlerLine2D
Expand Down Expand Up @@ -1622,4 +1621,4 @@ def add_annotation(ax, fs=20, loc_x=0, loc_y=1.03, start=0, style=None):
loc_x, loc_y, letter_str,
transform=v.transAxes,
size=fs[i], weight='bold',
)
)
2 changes: 2 additions & 0 deletions oryx-build-commands.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PlatformWithVersion=Python
BuildCommands=conda env create --file environment.yml --prefix ./venv --quiet

0 comments on commit 70b5d4d

Please sign in to comment.