right now `plot_X(data, color='beryl')` works but `plot_X(data, 'beryl')` would throw an error
right now
plot_X(data, color='beryl')works butplot_X(data, 'beryl')would throw an error