Skip to content

Commit 980d0eb

Browse files
committed
Update location-mode.md
1 parent eb30bea commit 980d0eb

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

doc/python/location-mode.md

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ fig.show()
7474

7575
The following ISO codes are supported when `locationmode='ISO-3'`:
7676

77-
78-
<div style="display: flex; gap: 20px;">
79-
<div style="flex: 1;">
80-
8177
| Name | ISO Code |
8278
|------|----------|
8379
| Afghanistan | AFG |
@@ -209,12 +205,6 @@ The following ISO codes are supported when `locationmode='ISO-3'`:
209205
| Kazakhstan | KAZ |
210206
| Kenya | KEN |
211207
| Kingdom of the Netherlands | NLD |
212-
213-
</div>
214-
<div style="flex: 1;">
215-
216-
| Name | ISO Code |
217-
|------|----------|
218208
| Kiribati | KIR |
219209
| Kuwait | KWT |
220210
| Kyrgyzstan | KGZ |
@@ -345,9 +335,6 @@ The following ISO codes are supported when `locationmode='ISO-3'`:
345335
| Zambia | ZMB |
346336
| Zimbabwe | ZWE |
347337

348-
</div>
349-
</div>
350-
351338

352339
## locationmode='USA-states'
353340

@@ -371,10 +358,6 @@ fig.show()
371358

372359
The following state codes are supported when `locationmode='USA-states'`:
373360

374-
375-
<div style="display: flex; gap: 20px;">
376-
<div style="flex: 1;">
377-
378361
| State | Code |
379362
|-------|------|
380363
| Alabama | AL |
@@ -385,6 +368,7 @@ The following state codes are supported when `locationmode='USA-states'`:
385368
| Colorado | CO |
386369
| Connecticut | CT |
387370
| Delaware | DE |
371+
| District of Columbia | DC |
388372
| Florida | FL |
389373
| Georgia | GA |
390374
| Hawaii | HI |
@@ -394,12 +378,6 @@ The following state codes are supported when `locationmode='USA-states'`:
394378
| Iowa | IA |
395379
| Kansas | KS |
396380
| Kentucky | KY |
397-
398-
</div>
399-
<div style="flex: 1;">
400-
401-
| State | Code |
402-
|-------|------|
403381
| Louisiana | LA |
404382
| Maine | ME |
405383
| Maryland | MD |
@@ -417,12 +395,6 @@ The following state codes are supported when `locationmode='USA-states'`:
417395
| New York | NY |
418396
| North Carolina | NC |
419397
| North Dakota | ND |
420-
421-
</div>
422-
<div style="flex: 1;">
423-
424-
| State | Code |
425-
|-------|------|
426398
| Ohio | OH |
427399
| Oklahoma | OK |
428400
| Oregon | OR |
@@ -439,10 +411,6 @@ The following state codes are supported when `locationmode='USA-states'`:
439411
| West Virginia | WV |
440412
| Wisconsin | WI |
441413
| Wyoming | WY |
442-
| District of Columbia | DC |
443-
444-
</div>
445-
</div>
446414

447415

448416
## locationmode='country names'

0 commit comments

Comments
 (0)