Viridis scatter
using
AbstractPlotting
N
=
30
scatter
(
1
:
N
,
1
:
N
,
markersize
=
2
,
color
=
to_colormap
(
:viridis
,
N
))