I am trying to create a choropleth map of Europe. I’ve been able to create the map which is colored grey with a white border (landcolor: ‘rgb(229, 229, 229)’, countrycolor: ‘rgb(255, 255, 255)’) and if the data is there, each country is colored depending on the value and the colorscale.
My question is the following: Is it possible to change the default color (when there is no data) of one individual country? Currently, all countries have the same default starting color (landcolor) which is used when there is no data. I would like to blend one country completely away. Is it possible to use a different color for that particular country, i.e. using landcolor: ‘rgb(255, 255, 255)’ would practically make it invisible in my case. Or any other way to blend a specific country away?
But I still get some kind of line around the country shape which I am not able to remove. Please see the attached images without and with contrast enhancement.