Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.45 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.45 KB

Gosling Examples

This pages contains a list of example visualizations created with Gosling. If you created know of or have create a cool visualization yourself, don't hesitate and submit a PR.

Data Loading

Vector data: A simple data showing how to load vector data A simple data showing how to load vector data

Multi-vec

Sample-based encoding of multivecs: An example how to use different colormap per sample Sample-based encoding of multivecs

How to submit a PR

  1. Make sure to host your example on GitHub Gist
  2. Click on the pen icon to edit the README.md.
  3. Use this template for adding your example:
<details>
  <summary><a href="https://gosling.js.org/?gist=USERNAME/ID"><strong>TITLE</strong></a>: SUBTITLE</summary>
  <img width="320" alt="TITLE: SUBTITLE src="https://path.to/a/screenshot.png">
</details>