| discrete_values | Any[] | | | |
| flip | false | | Bool | Should we flip (reverse) the axis? |
| foreground_color_axis | match | axiscolor, fg_axis, fg_color_axis, fg_colour_axis, fgaxis, fgcolor_axis, fgcolour_axis, foreground_axis, foreground_colour_axis | Color Type or `:match` (matches `:foreground_color_subplot`) | Color of axis ticks. |
| foreground_color_border | match | border, bordercolor, fg_border, fg_color_border, fg_colour_border, fgborder, fgcolor_border, fgcolour_border, foreground_border, foreground_colour_border | Color Type or `:match` (matches `:foreground_color_subplot`) | Color of plot area border (spines). |
| foreground_color_guide | match | fg_color_guide, fg_colour_guide, fg_guide, fgcolor_guide, fgcolour_guide, fgguide, foreground_colour_guide, foreground_guide, guidecolor | Color Type or `:match` (matches `:foreground_color_subplot`) | Color of axis guides (axis labels). |
| foreground_color_text | match | fg_color_text, fg_colour_text, fg_text, fgcolor_text, fgcolour_text, fgtext, foreground_colour_text, foreground_text, textcolor | Color Type or `:match` (matches `:foreground_color_subplot`) | Color of tick labels. |
| guide | | | String | Axis guide (label). |
| guidefont | Plots.Font("Helvetica",11,:hcenter,:vcenter,0.0,RGB{U8}(0.0,0.0,0.0)) | | Font | Font of axis guide (label). |
| lims | auto | | NTuple{2,Number} | Force axis limits. Only finite values are used (you can set only the right limit with `xlims = (-Inf, 2)` for example). |
| rotation | 0 | | Number | Degrees rotation of tick labels. |
| scale | identity | | Symbol | Scale of the axis: `:none`, `:ln`, `:log2`, `:log10` |
| tickfont | Plots.Font("Helvetica",8,:hcenter,:vcenter,0.0,RGB{U8}(0.0,0.0,0.0)) | | Font | Font of axis tick labels. |
| ticks | auto | | | Vector of numbers (set the tick values), Tuple of (tickvalues, ticklabels), or `:auto` |