Skip to contents

This function will create a theme for all ggplot graphs to align them to the NBA "look". All NBA functions already use this theme.

Usage

nba_plot_theme()

Value

Returns a ggplot object with the NBA_theme styling

Examples

#library(ggplot2)

#gg_plot <- ggplot(NBA_example_pro_data, aes(x = `OVERALL types`, y = `Well Protected`))+
#  ggplot2::geom_point()+
#  nba_plot_theme()

#gg_plot