Skip to content

Commit

Permalink
Update plot2
Browse files Browse the repository at this point in the history
  • Loading branch information
qinip committed Sep 15, 2024
1 parent c85dfb2 commit 16505cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/plot2/pci_nko_fg2.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def plot_policy_percentages(csv_file, output_path):
nticks=20,
),
yaxis=dict(
tickformat='.1f',
tickformat='d',
ticksuffix='%'
),
)
Expand All @@ -63,10 +63,10 @@ def plot_policy_percentages(csv_file, output_path):
],
pad={"r": 10, "t": 10},
showactive=False,
x=1.25,
xanchor="right",
x=0.5,
xanchor="center",
y=1.05,
yanchor="top"
yanchor="bottom"
),
]
)
Expand Down

0 comments on commit 16505cf

Please sign in to comment.