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

max_coordinate_system in bounding_box_query #160

Open
ibimanji opened this issue Oct 13, 2024 · 2 comments · May be fixed by #158
Open

max_coordinate_system in bounding_box_query #160

ibimanji opened this issue Oct 13, 2024 · 2 comments · May be fixed by #158

Comments

@ibimanji
Copy link

The value range of my points is x from 0 to 9000 and y from 0 to 4000. However, when I set ‘max+coordinate=[9000,4000]’, I get an error: ‘TypeError: Cannot setitem on a Categorical with a new category (), set the categories first.’ But when I set ‘max+coordinate=[8000,4000]’, my plot is incomplete.
density_plot1

@ckmah
Copy link
Collaborator

ckmah commented Oct 14, 2024

Hi @ibimanji , can you please post the full command you ran as well as the full output of the error? That will help me identify what part of the code failed. Thanks!

@ibimanji
Copy link
Author

This is my full command.
image

This is the full output of the error.
image

Many thanks for your help.

@ckmah ckmah linked a pull request Oct 15, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants