Skip to content

Commit

Permalink
Fix special character
Browse files Browse the repository at this point in the history
  • Loading branch information
alasdairtran committed Dec 13, 2021
1 parent a95738b commit 97e6cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fourierflow/commands/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ def plot_poster_pde_inference():
sim_line = Line2D(range(1), range(1), color="white",
marker='o', markerfacecolor=pal[4])
lines = [sim_line] + lines
labels = ['CrankNicolson method',
labels = ['Crank-Nicolson method',
'FNO [Li et al., 2021a]',
'F-FNO (our full model)']
ax.legend(lines, labels)
Expand Down

0 comments on commit 97e6cfb

Please sign in to comment.