Skip to content

Commit

Permalink
Merge pull request #96 from intellistream/Figure_withCdf
Browse files Browse the repository at this point in the history
1. add back cdf plot
  • Loading branch information
TONYSKYZENG authored Sep 2, 2023
2 parents 0571c96 + 99bfa2a commit dce563a
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 4 deletions.
Binary file not shown.
Binary file modified scripts/Sec6_2StockQ1InOrder/__pycache__/accuBar.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 2 additions & 4 deletions scripts/Sec6_2StockQ1InOrder/draw2yBar.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,10 @@ def DrawFigure(NAME,R1,R2,l1,l2,fname):
ncol=2,
loc='upper center',
# mode='expand',
shadow=True,
frameon=True,
bbox_to_anchor=(0.55, 1.15),
bbox_to_anchor=(0.55, 1.5),
columnspacing=0.1,
handletextpad=0.2,
borderaxespad=-1,
shadow=True,frameon=True,edgecolor='black',
# bbox_transform=ax.transAxes,
# frameon=True,
# columnspacing=5.5,
Expand Down

0 comments on commit dce563a

Please sign in to comment.