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
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.
The text was updated successfully, but these errors were encountered:
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!
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.
The text was updated successfully, but these errors were encountered: