Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: maidr is struggling for massive data points #518

Open
SaaiVenkat opened this issue Aug 16, 2024 · 0 comments
Open

feat: maidr is struggling for massive data points #518

SaaiVenkat opened this issue Aug 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request migration a scenario to consider during TS migration

Comments

@SaaiVenkat
Copy link
Collaborator

SaaiVenkat commented Aug 16, 2024

Reproducible Steps

  1. Execute the following code in the Python repl:
import seaborn as sns
import matplotlib.pyplot as plt
import maidr
diamonds = sns.load_dataset("diamonds")

# Scatter plot for Carat vs price in the diamonds dataset
plt.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)
  1. Open the sample.html in the browser.

  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request migration a scenario to consider during TS migration
Projects
None yet
Development

No branches or pull requests

3 participants