Skip to content

Commit

Permalink
black text
Browse files Browse the repository at this point in the history
  • Loading branch information
droumis committed Jul 2, 2024
1 parent f1bb970 commit bdf926f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/user_guide/8_Polygons.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
" J -->|usable by| M\n",
" K -->|usable by| M\n",
"\n",
" classDef spatialpandas fill:#4e79a7,stroke:#000,stroke-width:1px;\n",
" classDef shapely fill:#f28e2b,stroke:#000,stroke-width:1px;\n",
" classDef geopandas fill:#59a14f,stroke:#000,stroke-width:1px;\n",
" classDef dask fill:#76b7b2,stroke:#000,stroke-width:1px;\n",
" classDef datashader fill:#b07aa1,stroke:#000,stroke-width:1px;\n",
" classDef pandas fill:#edc948,stroke:#000,stroke-width:1px;\n",
" classDef spatialpandas fill:#4e79a7,stroke:#000,stroke-width:1px,color:black;\n",
" classDef shapely fill:#f28e2b,stroke:#000,stroke-width:1px,color:black;\n",
" classDef geopandas fill:#59a14f,stroke:#000,stroke-width:1px,color:black;\n",
" classDef dask fill:#76b7b2,stroke:#000,stroke-width:1px,color:black;\n",
" classDef datashader fill:#b07aa1,stroke:#000,stroke-width:1px,color:black;\n",
" classDef pandas fill:#edc948,stroke:#000,stroke-width:1px,color:black;\n",
" classDef spatialpandas_title fill:#fff,stroke:#4e79a7,stroke-width:8px,color:black;\n",
" classDef shapely_title fill:#fff,stroke:#f28e2b,stroke-width:8px,color:black;\n",
" classDef geopandas_title fill:#fff,stroke:#59a14f,stroke-width:8px,color:black;\n",
Expand Down

0 comments on commit bdf926f

Please sign in to comment.