-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
WrightTools/WrightTools/artists/_base.py
Lines 156 to 158 in 7a9c584
if plot_type == "contourf": | |
if "levels" not in kwargs.keys(): | |
kwargs["levels"] = np.linspace(kwargs["vmin"], kwargs["vmax"], 256) |
when pixelated = False, this clause can run without "vmin" kwarg existing (per James)
Metadata
Metadata
Assignees
Labels
No labels