News

Learn how to make the most of Observable JavaScript and the Observable Plot library, including a step-by-step guide to eight basic data visualization tasks in Plot.
API doc link Currently trying to create a cohort bar plot as per example linked above. Python version : 3.7 Shap versoin : 0.40.0 Code as below : import xgboost import shap ### train XGBoost model X,y ...
Is it possible to add a hyperlink to data points in a scatter plot or bars in a bar plot using the python api? Basically, i’d like to bring up another plot/dashboard/report when plot data is clicked.