Skip to content

Commit

Permalink
Improve ColorMap normalization
Browse files Browse the repository at this point in the history
At least for plots where `diff=False`.
For XSNPS plots (`diff=True`), I  might need to go back to the linear normalization that @caitlinlulay introduced.
  • Loading branch information
aufdenkampe committed Jul 13, 2022
1 parent 34d3bb6 commit 5eb1498
Show file tree
Hide file tree
Showing 3 changed files with 30,354 additions and 216 deletions.
2 changes: 1 addition & 1 deletion stage1/PlottingFunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pandas as pd
from matplotlib_scalebar.scalebar import ScaleBar
import geopandas as gpd
import plotly.express as px
# import plotly.express as px
from shapely.geometry import Polygon
import contextily as ctx

Expand Down
687 changes: 472 additions & 215 deletions stage1/WikiSRAT_ColorMap_Playground.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 5eb1498

Please sign in to comment.