We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95738b commit 97e6cfbCopy full SHA for 97e6cfb
fourierflow/commands/plot.py
@@ -570,7 +570,7 @@ def plot_poster_pde_inference():
570
sim_line = Line2D(range(1), range(1), color="white",
571
marker='o', markerfacecolor=pal[4])
572
lines = [sim_line] + lines
573
- labels = ['Crank–Nicolson method',
+ labels = ['Crank-Nicolson method',
574
'FNO [Li et al., 2021a]',
575
'F-FNO (our full model)']
576
ax.legend(lines, labels)
0 commit comments