A concise grammar of interactive graphics, built on Vega.
-
Updated
Sep 16, 2020 - TypeScript
I'm trying out this library for the first time and I'm seeing several places where some shorthand functions would have been really pleasant:
Pos::top_right
, Pos::bottom_right
, Pos::bottom_center
etc..Right now it's hardcoded.
Add a description, image, and links to the plot topic page so that developers can more easily learn about it.
To associate your repository with the plot topic, visit your repo's landing page and select "manage topics."
I think it could be useful, when one wants to plot only e.g. class 1, to have an option to produce consistent plots for both plot_cumulative_gain and plot_roc
At the moment, instead, only plot_roc supports such option.
Thanks a lot