diff --git a/hvplot/converter.py b/hvplot/converter.py index 2eba08ce7..d87df07c8 100644 --- a/hvplot/converter.py +++ b/hvplot/converter.py @@ -600,7 +600,7 @@ def __init__( easting, northing = lon_lat_to_easting_northing(lons, lats) data[x] = easting data[y] = northing - geo = False + geo = False # Process data and related options self._redim = fields