We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
geo_fill
1 parent be59f69 commit 36833d4Copy full SHA for 36833d4
test/image/baselines/geo_fill.png
129 Bytes
test/image/mocks/geo_fill.json
@@ -91,14 +91,18 @@
91
"layout": {
92
"geo": {
93
"projection": {
94
- "type": "natural earth"
+ "type": "natural earth",
95
+ "rotation": {"lon": 0}
96
},
97
"lonaxis": {
98
"range": [-80, -65]
99
100
"lataxis": {
101
"range": [42, 51]
102
103
+ "center": {
104
+ "lon": -72.5
105
+ },
106
"showland": true
107
108
"showlegend": false,
0 commit comments