File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ def plot_timeseries(
154
154
the desired size of the matplotlib figure
155
155
ctxmap : contextily map provider, optional
156
156
contextily basemap. Set to False for no basemap.
157
- Default is Stamen.TonerLite
157
+ Default is CartoDB.Positron
158
158
alpha : int (optional)
159
159
Transparency parameter passed to matplotlib
160
160
web_mercator : bool, optional
@@ -176,7 +176,7 @@ def plot_timeseries(
176
176
# as it influences all figures when imported at the top of the file
177
177
178
178
if ctxmap == "default" :
179
- ctxmap = ctx .providers .Stamen . TonerLite
179
+ ctxmap = ctx .providers .CartoDB . Positron
180
180
if categorical : # there's no pooled classification for categorical
181
181
pooled = False
182
182
@@ -350,7 +350,7 @@ def animate_timeseries(
350
350
plot_kwargs = dict ()
351
351
352
352
if ctxmap == "default" :
353
- ctxmap = ctx .providers .Stamen . TonerLite
353
+ ctxmap = ctx .providers .CartoDB . Positron
354
354
355
355
if color_col is not None and categorical is True :
356
356
raise ValueError ("When passing a color column, use `categorical=False`" )
You can’t perform that action at this time.
0 commit comments