Skip to content

Commit

Permalink
v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-001 committed May 28, 2024
1 parent 576b9ea commit 70ab051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pure_ocean_breeze/jason/labor/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ def plot_net_values(self, y2, filename, iplot=1, ilegend=1, without_breakpoint=0
)
)
# table=go.Figure([go.Table(header=dict(values=list(here.columns)),cells=dict(values=here.to_numpy().tolist()))])
if self.rankics.rankic.mean()<0:
if self.group1_ret_yearly>self.group10_ret_yearly:
pic3_data = go.Bar(y=list(self.small_rankics.small_rankic), x=list(self.small_rankics.index),marker_color="red")
pic3 = go.Figure(data=[pic3_data])
pic5_data = go.Line(
Expand Down

0 comments on commit 70ab051

Please sign in to comment.