| annotations | Any[] | 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_ratio | none | aspectratio, axis_ratio, axisratio, ratio | Symbol (:equal) or Number (width to height ratio of plot area) | |
| background_color_inside | match | background_colour_inside, background_inside, bg_color_inside, bg_colour_inside, bg_inside, bgcolor_inside, bgcolour_inside, bginside | Color Type or `:match` (matches `:background_color_subplot`) | Background color inside the plot area (under the grid). |
| background_color_legend | match | background_colour_legend, background_legend, bg_color_legend, bg_colour_legend, bg_legend, bgcolor_legend, bgcolour_legend, bglegend | Color Type or `:match` (matches `:background_color_subplot`) | Background color of the legend. |
| background_color_subplot | match | | Color Type or `:match` (matches `:background_color`) | Base background color of the subplot. |
| bottom_margin | match | | Measure (multiply by `mm`, `px`, etc) or `:match` (matches `:margin`) | Specifies the extra padding on the bottom of the subplot. |
| color_palette | auto | palette | Vector of colors (cycle through) or color gradient (generate list from gradient) or `:auto` (generate a color list using `Colors | distiguishable_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. |
| colorbar | legend | cb, cbar, colorkey | Bool (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_grid | match | fg_color_grid, fg_colour_grid, fg_grid, fgcolor_grid, fgcolour_grid, fggrid, foreground_colour_grid, foreground_grid, gridcolor | Color Type or `:match` (matches `:foreground_color_subplot`) | Color of grid lines. |
| foreground_color_legend | match | fg_color_legend, fg_colour_legend, fg_legend, fgcolor_legend, fgcolour_legend, fglegend, foreground_colour_legend, foreground_legend | Color Type or `:match` (matches `:foreground_color_subplot`) | Foreground color of the legend. |
| foreground_color_subplot | match | | Color Type or `:match` (matches `:foreground_color`) | Base foreground color of the subplot. |
| foreground_color_title | match | fg_color_title, fg_colour_title, fg_title, fgcolor_title, fgcolour_title, fgtitle, foreground_colour_title, foreground_title, titlecolor | Color Type or `:match` (matches `:foreground_color_subplot`) | Color of subplot title. |
| grid | true | | Bool | Show the grid lines? |
| left_margin | match | | Measure (multiply by `mm`, `px`, etc) or `:match` (matches `:margin`) | Specifies the extra padding to the left of the subplot. |
| legend | best | key, leg | Bool (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) |
| legendfont | Plots.Font("Helvetica",8,:hcenter,:vcenter,0.0,RGB{U8}(0.0,0.0,0.0)) | | Font | Font of legend items. |
| margin | 2.0mm | | Measure (multiply by `mm`, `px`, etc) | Base for individual margins... not directly used. Specifies the extra padding around subplots. |
| projection | none | proj | Symbol or String | '3d' or 'polar' |
| right_margin | match | | Measure (multiply by `mm`, `px`, etc) or `:match` (matches `:margin`) | Specifies the extra padding to the right of the subplot. |
| subplot_index | -1 | | Integer | Internal (not set by user). Specifies the index of this subplot in the Plot's `plt.subplot` list. |
| title | | | String | Subplot title. |
| title_location | center | title_align, title_alignment, title_loc, title_pos, title_position, titleloc, titlepos, titleposition | Symbol | Position of subplot title. Values: `:left`, `:center`, `:right` |
| titlefont | Plots.Font("Helvetica",14,:hcenter,:vcenter,0.0,RGB{U8}(0.0,0.0,0.0)) | | Font | Font of subplot title. |
| top_margin | match | | Measure (multiply by `mm`, `px`, etc) or `:match` (matches `:margin`) | Specifies the extra padding on the top of the subplot. |