Skip to content

Commit

Permalink
Fix font
Browse files Browse the repository at this point in the history
  • Loading branch information
jolaem committed Jun 5, 2024
1 parent 9d20792 commit 868de21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avae/vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,7 @@ def plot_affinity_matrix(

# Plot the data on the left grid
ax = plt.subplot(gs[0])
ax.set_title("Affinity Matrix", fontsize=1)
ax.set_title("Affinity Matrix", fontsize=16)

im = ax.imshow(
lookup, vmin=-1, vmax=1, cmap=matplotlib.colormaps.get_cmap("RdBu")
Expand Down

0 comments on commit 868de21

Please sign in to comment.