Framestyle
using Plots
inspectdr()
The style of the frame/axes of a (sub)plot can be changed with the framestyle
attribute. The default framestyle is :axes
.
scatter(fill(randn(10), 6), fill(randn(10), 6), framestyle = [:box :semi :origin :zerolines :grid :none], title = [":box" ":semi" ":origin" ":zerolines" ":grid" ":none"], color = permutedims(1:6), layout = 6, label = "", markerstrokewidth = 0, ticks = -2:2)
This page was generated using DemoCards.jl and Literate.jl.