intake / xrviz

Interactive visualisation interface for Xarrays
https://xrviz.readthedocs.io
BSD 3-Clause "New" or "Revised" License
105 stars 21 forks source link

Change holoviews version #24

Closed hdsingh closed 5 years ago

hdsingh commented 5 years ago

I have change added holoviews 1.12.1 in requirements.txt

There is a minor problem that a pip user will face once we have holoviews 1.12.1: Doing python setup.py install or pip install xrviz will show everything except projection panel. To view projection, doing conda install geoviews will again upgrade holoviews, as a result of which correct lat/lon will not be displayed.

To correctly display lat/lon, pip install holoviews==1.12.1 would be required. So both conda install geoviews and pip install holoviews==1.12.1 should be done if installed xrviz via pip.

Everything works fine for conda, if default correct dependencies are present.

hdsingh commented 5 years ago

I also added a spacer between Plot Dimensions and Aggregations in fields panel, since this version of holoviews didn't do that by default.

martindurant commented 5 years ago

test_fields_initial needs updating

martindurant commented 5 years ago

Thanks. This will be in 0.1.0