我设置default_color
和panel_fill
相同:
julia> tm=Theme(panel_fill=colorant"black", default_color=colorant"black");
julia> plot(x=rand(10), y=rand(10),tm)
编辑:
控制点的大小和宽度:
julia> tm.default_point_size=4pt
julia> tm.highlight_width=4pt
而圆形颜色由highlight_color()
与其填充颜色相关的函数确定。