We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 484731d + df3f03d commit 075232fCopy full SHA for 075232f
README.md
@@ -68,7 +68,7 @@ sage from the folder containing it.
68
most recent one to compile `sboxU`, but then use an older one in
69
your scripts.
70
71
-## Authors (in alphabetic order)
+## Authors (in alphabetical order)
72
73
[Jules Baudrin](https://who.paris.inria.fr/Jules.Baudrin/)
74
sboxU/display.py
@@ -580,7 +580,7 @@ def save_pollock(mat,
580
axes = p.imshow(
581
abs_mat,
582
interpolation="None",
583
- cmap=plt.cm.get_cmap(color_scheme, 100),
+ cmap=plt.colormaps[color_scheme],
584
vmin=vmin,
585
vmax=vmax
586
)
0 commit comments