Skip to content

Commit

Permalink
Don't use this old bold markup in matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
jankrepl committed Jan 24, 2024
1 parent 28c807e commit c2f1dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/layers/warp.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@

axs[i, 0].plot(tform.numpy().squeeze(), linewidth=3, color='red')
axs[i, 1].plot(x_warped.numpy().squeeze(), linewidth=3, color='blue')
axs[i, 0].set_title(r'$\bf{}$ tform'.format(tform_name))
axs[i, 1].set_title(r'$\bf{}$ warped'.format(tform_name))
axs[i, 0].set_title('{} tform'.format(tform_name))
axs[i, 1].set_title('{} warped'.format(tform_name))

0 comments on commit c2f1dde

Please sign in to comment.