Marker types

Source code Author Update time

using Plots
gaston()
markers = filter((m->begin
                m in Plots.supported_markers()
            end), Plots._shape_keys)
markers = permutedims(markers)
n = length(markers)
x = (range(0, stop = 10, length = n + 2))[2:end - 1]
y = repeat(reshape(reverse(x), 1, :), n, 1)
scatter(x, y, m = markers, markersize = 8, lab = map(string, markers), bg = :linen, xlim = (0, 10), ylim = (0, 10))
Gnuplot Produced by GNUPLOT 5.2 patchlevel 8 0 2 4 6 8 10 0 2 4 6 8 10 circle rect star5 diamond cross xcross utriangle dtriangle pentagon + x circle circle rect rect star5 star5 diamond diamond cross cross xcross xcross utriangle utriangle dtriangle dtriangle pentagon pentagon + + x x

This page was generated using DemoCards.jl and Literate.jl.

This documentation is not for the latest stable release, but for either the development version or an older release.
Click here to go to the documentation for the latest stable release.