API
Modules
Types and constants
Functions and macros
Documentation
LegendMakie.LegendMakie — Module
LegendMakieTemplate for Julia packages.
LegendMakie.LegendTheme — Constant
const LegendThemeMakie Theme based on the LEGEND-specific style guide.
LegendMakie.add_watermarks! — Function
add_watermarks!(; legend_logo = false, juleana_logo = true, show_date = true, position = "outer right",
preliminary = true, approved = false, final = false, production = true)Mark the current figure: the Juleana logo, or the LEGEND logo with legend_logo, with the month of the plot unless show_date = false, at position ("outer right" or "outer top") of the current axis; the tag PRELIMINARY, or INTERNAL USE ONLY when preliminary = false and not approved, and no tag when final; and, with production and the environment variable LEGEND_DATA_CONFIG set, the name of the data production, the directory of its configuration file. Every recipe calls it unless watermark = false and passes these keywords on.
LegendMakie.lhist — Function
lhist(values; bins = 100, kwargs...)
lhist(x, y; bins = 100, kwargs...)
lhist(histogram; kwargs...)
lhist!(args...; kwargs...)Plot a one- or two-dimensional histogram with the LEGEND style. bins may be a bin count, explicit edges, or a pair of either for a two-dimensional histogram.
LegendMakie.lplot — Function
lplot(objs...)
lplot!(objs...)Plots objs via Makie in a LEGEND-specific form/style into a new plot.
LegendMakie.lsavefig — Function
lsavefig(filename)Saves the current figure to a file with a given filename.