You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importseabornassnsimportmatplotlib.pyplotaspltimportmaidrdiamonds=sns.load_dataset("diamonds")
# Scatter plot for Carat vs price in the diamonds datasetplt.figure(figsize=(10, 6))
karrat=sns.scatterplot(data=diamonds, x="carat", y="price")
plt.title("Carat vs Price")
plt.xlabel("Carat")
plt.ylabel("Price")
plt.show()
maidr.show(karrat)
Open the sample.html in the browser.
Tab to the interactive maidr plot area in the browser and use RightArrow to navigate the data points.
Reproducible Steps
Open the
sample.html
in the browser.Tab to the interactive maidr plot area in the browser and use RightArrow to navigate the data points.
Current Issue
maidr does not respond.
Reference Issue
xability/py_maidr#68
NOTE
GitHub doesn't support attaching HTML or python files, so please execute the above code as a script or in the termal.
The text was updated successfully, but these errors were encountered: