# NOT RUN {
gartner_magic_chart_plt(
.data = tibble::tibble(x = rnorm(100, 0, 1), y = rnorm(100,0,1))
, .x_col = x
, .y_col = y
, .x_lab = "los"
, .y_lab = "ra"
, .plt_title = "tst"
, .tr_lbl = "High RA-LOS"
, .tl_lbl = "High RA"
, .bl_lbl = "Leader"
, .br_lbl = "High LOS"
)
# }
Run the code above in your browser using DataLab