Learn R Programming

vegalite (version 0.6.1)

legend_shape: Legend settings (shape)

Description

Legend settings (shape)

Usage

legend_shape(vl, orient = NULL, title = NULL, format = NULL, short_time_labels = NULL, value = NULL, remove = FALSE)

Arguments

vl
a Vega-Lite object
orient
the orientation of the legend. One of "left" or "right". This determines how the legend is positioned within the scene.
title
the title for the legend.
format
the formatting pattern for axis labels. This is D3’s number format pattern for quantitative axis and D3’s time format pattern for time axis.
short_time_labels
whether month and day names should be abbreviated.
value
explicitly set the visible legend values.
remove
if TRUE, there will be no legend for this aesthetic.