cowplot (version 0.9.4)

theme_nothing: Create a completely empty theme

Description

The theme created by this function shows nothing but the plot panel.

Usage

theme_nothing(base_size = 14, base_family = "")

Arguments

base_size

Overall font size. Default is 14.

base_family

Base font family.

Value

The theme.

Examples

Run this code
# NOT RUN {
qplot(1:10, (1:10)^2) + theme_nothing()
# }

Run the code above in your browser using DataCamp Workspace