AttributeDefaultAliasesTypeDescription
annotationsAny[]ann, annotate, annotation, anns(x,y,text) tuple(s)Can be a single tuple or a list of them. Text can be String or PlotText (created with `text(args...)`) Add one-off text annotations at the x,y coordinates.
aspect_rationoneaspectratio, axis_ratio, axisratio, ratioSymbol (:equal) or Number (width to height ratio of plot area)
background_color_insidematchbackground_colour_inside, background_inside, bg_color_inside, bg_colour_inside, bg_inside, bgcolor_inside, bgcolour_inside, bginsideColor Type or `:match` (matches `:background_color_subplot`)Background color inside the plot area (under the grid).
background_color_legendmatchbackground_colour_legend, background_legend, bg_color_legend, bg_colour_legend, bg_legend, bgcolor_legend, bgcolour_legend, bglegendColor Type or `:match` (matches `:background_color_subplot`)Background color of the legend.
background_color_subplotmatchColor Type or `:match` (matches `:background_color`)Base background color of the subplot.
bottom_marginmatchMeasure (multiply by `mm`, `px`, etc) or `:match` (matches `:margin`)Specifies the extra padding on the bottom of the subplot.
color_paletteautopaletteVector of colors (cycle through) or color gradient (generate list from gradient) or `:auto` (generate a color list using `Colorsdistiguishable_colors` and custom seed colors chosen to contrast with the background). The color palette is a color list from which series colors are automatically chosen.
colorbarlegendcb, cbar, colorkeyBool (show the colorbar?) or Symbol (colorbar position)Symbol values: `:none`, `:best`, `:right`, `:left`, `:top`, `:bottom`, `:legend` (matches legend value) (note: only some may be supported in each backend)
foreground_color_gridmatchfg_color_grid, fg_colour_grid, fg_grid, fgcolor_grid, fgcolour_grid, fggrid, foreground_colour_grid, foreground_grid, gridcolorColor Type or `:match` (matches `:foreground_color_subplot`)Color of grid lines.
foreground_color_legendmatchfg_color_legend, fg_colour_legend, fg_legend, fgcolor_legend, fgcolour_legend, fglegend, foreground_colour_legend, foreground_legendColor Type or `:match` (matches `:foreground_color_subplot`)Foreground color of the legend.
foreground_color_subplotmatchColor Type or `:match` (matches `:foreground_color`)Base foreground color of the subplot.
foreground_color_titlematchfg_color_title, fg_colour_title, fg_title, fgcolor_title, fgcolour_title, fgtitle, foreground_colour_title, foreground_title, titlecolorColor Type or `:match` (matches `:foreground_color_subplot`)Color of subplot title.
gridtrueBoolShow the grid lines?
left_marginmatchMeasure (multiply by `mm`, `px`, etc) or `:match` (matches `:margin`)Specifies the extra padding to the left of the subplot.
legendbestkey, legBool (show the legend?) or Symbol (legend position)Symbol values: `:none`, `:best`, `:right`, `:left`, `:top`, `:bottom`, `:inside`, `:legend`, `:topright`, `:topleft`, `:bottomleft`, `:bottomright` (note: only some may be supported in each backend)
legendfontPlots.Font("Helvetica",8,:hcenter,:vcenter,0.0,RGB{U8}(0.0,0.0,0.0))FontFont of legend items.
margin2.0mmMeasure (multiply by `mm`, `px`, etc)Base for individual margins... not directly used. Specifies the extra padding around subplots.
projectionnoneprojSymbol or String'3d' or 'polar'
right_marginmatchMeasure (multiply by `mm`, `px`, etc) or `:match` (matches `:margin`)Specifies the extra padding to the right of the subplot.
subplot_index-1IntegerInternal (not set by user). Specifies the index of this subplot in the Plot's `plt.subplot` list.
titleStringSubplot title.
title_locationcentertitle_align, title_alignment, title_loc, title_pos, title_position, titleloc, titlepos, titlepositionSymbolPosition of subplot title. Values: `:left`, `:center`, `:right`
titlefontPlots.Font("Helvetica",14,:hcenter,:vcenter,0.0,RGB{U8}(0.0,0.0,0.0))FontFont of subplot title.
top_marginmatchMeasure (multiply by `mm`, `px`, etc) or `:match` (matches `:margin`)Specifies the extra padding on the top of the subplot.