Is that an option to plot it with scatter plot with appropriate marker size and shape, e.g
julia> using Plots
scatter(x, y, marker_z = z, marker = (:rect, 10), markerstrokewidth = 0.1, aspect_ratio = 1, label = false)
Is that an option to plot it with scatter plot with appropriate marker size and shape, e.g
julia> using Plots
scatter(x, y, marker_z = z, marker = (:rect, 10), markerstrokewidth = 0.1, aspect_ratio = 1, label = false)