-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Malaysia is shown in a wrong place on a map #2810
Comments
What is df_merged here? |
df_merged is a pandas DataFrame containing data similar to the following:
|
I think this is because of the values in the dataset that you are using. Your source code is correct! |
I know that my source code is correct :-) I believe that the library is showing Malaysia at a slightly wrong place. |
@archmoj can you please check this against your recent work and see if it's still an issue? |
This is also related to |
Closing in favor of plotly/plotly.js#7334 |
I am visualizing some data with


plotly.express.scatter_geo
. Malaysian data is shown in a wrong place:Actually, Malaysia resides on both islands:
...but the capital Kuala Lumpur is situated in north-western part, and this part is associated with MY on maps by people.
Code is the following:
Package version is
plotly==4.11.0
.JSON map is
world_110m.json
.The text was updated successfully, but these errors were encountered: