Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 375 Bytes

guide_title.md

File metadata and controls

24 lines (18 loc) · 375 Bytes

title: title author: Darwin Darakananda part: Guide order: 3004 ...

Set the plot tile

Arguments

  • title: Plot title

Examples

using Gadfly
using RDatasets

Gadfly.set_default_plot_size(14cm, 8cm)
plot(dataset("ggplot2", "diamonds"), x="Price", Geom.histogram, Guide.title("Diamond Price Distribution"))