Control on density plot marker shape and color

I am trying to plot different probability densities on the same plot from a data frame, based on a group. However, there is an overlap on the lines and I need to use different marker shapes and colors for better visibility. How can I have control of it? I am using the following command:

@df total density(:ProteinA, group = (:Type), legend = :topright,

xtickfontsize=15,ytickfontsize=15,guidefontsize=19, legendfontsize = 14, size=(900,800), linewidth=3,

xlimits=(low=0.0))

Thank you

With StatsPlots.jl it is possible to change the marker styles and/or the line styles in the density plots:

However, for the scatter series type, AFAIK there seems to be no way to control the minimum spacing between the markers (see also this post).