-
Notifications
You must be signed in to change notification settings - Fork 153
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
Custom data viewer is not working #2420
Comments
This sounds vaguely familiar. Is the problem just that the axes aren't being reset? That is, if you change the limits in the plot to zoom out (you may have to use the zoom/magnifying glass to do it manually) will it appear? |
Sorry, I meant zooming out (right-click and drag the magnifier tool). The data lie between x (-250, +250) and y (0, 300). |
Also if you don't mind, could you tell me how to make a simple scatter plot? I've been trying to get one to plot all morning and nothing. I need to generate three scatter plots and a simple histogram but I can't get past generating even a single scatter plot |
Simple viewer options come later in the tutorial. Most of the other customization options actually require a bit more logic on the backend and you would need to use a full custom viewer. I'm going to re-open this issue if you don't mind -- we should fix this bug so that simple custom viewers resize to the data. |
Maybe I don't understand what you want, your "BTW, other views work just fine:" comment includes a screenshot of a scatter plot (with a categorical variable on one axis, but still). |
I was referring to making a scatter plot in the custom view, but I've figured it out already. Thank you! |
Describe the bug
Title
To Reproduce
Followed the instructions given here https://docs.glueviz.org/en/stable/customizing_guide/custom_viewer.html, ie added the first block of code to my
config.py
.Expected behavior
Be able to load the
Shot Plot
new custom viewerScreenshots
Details:
Nothing happens as shown in the screenshot above, no errors in the console.
python --version
): 3.11.3glue --version
): 1.11.0Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: