Skip to content

Commit

Permalink
Reverted change to Image.datatype precedence order
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 26, 2018
1 parent 7f16f79 commit 7c3a036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/element/raster.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class Image(Dataset, Raster, SheetCoordinateSystem):
bounds = param.ClassSelector(class_=BoundingRegion, default=BoundingBox(), doc="""
The bounding region in sheet coordinates containing the data.""")

datatype = param.List(default=['grid', 'xarray', 'image', 'cube', 'dataframe', 'dictionary'])
datatype = param.List(default=['image', 'grid', 'xarray', 'cube', 'dataframe', 'dictionary'])

group = param.String(default='Image', constant=True)

Expand Down

0 comments on commit 7c3a036

Please sign in to comment.