Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
274ad30
Add introduction to interactive visualization notebook
bechtol Aug 11, 2018
4e94cb5
Add brushing and linking example
bechtol Aug 11, 2018
ef4c4a0
Add image visualization section
bechtol Aug 11, 2018
bfd80b5
Adjust figure size and colormap
bechtol Aug 11, 2018
5d5f828
Add datashader example
bechtol Aug 13, 2018
aea04d6
Add dynamic map example
bechtol Aug 16, 2018
a8975a5
Clean up for visualization demo
bechtol Aug 16, 2018
e4b6f9c
Put example dataset in shared space; clear output; add documentation
bechtol Aug 22, 2018
5536f92
Verified on v16, added README
drphilmarshall Aug 23, 2018
fd916ef
Add holoviews Selection1D example
bechtol Sep 14, 2018
0bd275b
Clean up selection example
bechtol Sep 14, 2018
80bc98e
Clean up; add tap stream
bechtol Sep 15, 2018
f18ecfb
Add README.rst
bechtol Sep 15, 2018
dbca6e5
Remove README.md
bechtol Sep 15, 2018
0f1f8ac
Clear output
bechtol Sep 15, 2018
903d11d
Merge branch 'project/bokeh_holoviews_datashader/bechtol' into projec…
drphilmarshall Sep 26, 2018
3587941
Merge branch 'master' into project/bokeh_holoviews_datashader/drphilm…
drphilmarshall Sep 26, 2018
df0c067
Merge pull request #106 from LSSTScienceCollaborations/project/bokeh_…
drphilmarshall Sep 26, 2018
5c8fc76
Address review comments, mainly interactivity descriptions
bechtol Sep 28, 2018
0074faf
Merge branch 'project/bokeh_holoviews_datashader/bechtol' of https://…
bechtol Sep 28, 2018
20cf1fe
Address review comments, mainly interactivity descriptions
bechtol Sep 28, 2018
5f64a5e
Prepare for merge with one more test run on w201841
bechtol Oct 16, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions Visualization/README.md

This file was deleted.

36 changes: 36 additions & 0 deletions Visualization/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Visualization
=============

This folder contains a set of tutorial notebooks demonstrating visualization technologies available in the LSST Science Platform notebook aspect.
See the index table below for links to the notebook code, and an auto-rendered view of the notebook with outputs.

.. list-table::
:widths: 10 20 10 10
:header-rows: 1

* - Notebook
- Short description
- Links
- Owner


* - **Firefly Visualization Demo**
- Introduction to the Firefly interactive plotter and image viewer.
- `ipynb <https://github.com/lsst-sqre/notebook-demo/blob/master/Firefly.ipynb>`_, `video <https://www.youtube.com/watch?v=UjB0aaNd0MA>`_
- `Simon Krughoff <https://github.com/LSSTScienceCollaborations/StackClub/issues/new?body=@SimonKrughoff>`_


* - **Interactive Visualization with Bokeh, HoloViews, and Datashader**
- Examples of interactive visualization with the Boken, HoloViews, and Datashader plotting packages available in PyViz suite of data analysis python modules; brushing and linking with large datasets
- `ipynb <bokeh_holoviews_datashader.ipynb>`_,
`rendered <https://nbviewer.jupyter.org/github/LSSTScienceCollaborations/StackClub/blob/rendered/Visualization/bokeh_holoviews_datashader.nbconvert.ipynb>`_

.. image:: https://github.com/LSSTScienceCollaborations/StackClub/blob/rendered/Visualization/log/bokeh_holoviews_datashader.svg
:target: https://github.com/LSSTScienceCollaborations/StackClub/blob/rendered/Visualization/log/bokeh_holoviews_datashader.log

- `Keith Bechtol <https://github.com/LSSTScienceCollaborations/StackClub/issues/new?body=@bechtol>`_

* - **"With Globular" LSST 2018 Tutorial**
- General purpose tutorial including interactive Firefly visualization.
- `ipynb <https://github.com/lsst-dm/dm-demo-notebooks/blob/master/workshops/lsst2018/intro-with-globular.ipynb>`_
- `Jim Bosch <https://github.com/LSSTScienceCollaborations/StackClub/issues/new?body=@TallJimbo>`_
Loading