You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _data/docs.yml
+16-11Lines changed: 16 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -46,17 +46,6 @@ apis:
46
46
legacy: 1
47
47
stable: 1
48
48
nightly: 1
49
-
cuxfilter:
50
-
name: cuxfilter
51
-
path: cuxfilter
52
-
desc: 'cuxfilter acts as a connector library, which provides the connections between different visualization libraries and a GPU dataframe without much hassle. This also allows the user to use charts from different libraries in a single dashboard, while also providing the interaction.'
desc: 'cuxfilter acts as a connector library, which provides the connections between different visualization libraries and a GPU dataframe without much hassle. This also allows the user to use charts from different libraries in a single dashboard, while also providing the interaction.'
Copy file name to clipboardExpand all lines: user-guide/index.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,12 +46,6 @@ The RAPIDS data science framework is a collection of libraries for running end-t
46
46
Start with the [cuSpatial User Guide](/api/cuspatial/stable/user_guide/cuspatial_api_examples/){: target="_blank"} for an intro to GPU Accelerated Spatial Analytics.
47
47
{: .mb-8 }
48
48
49
-
50
-
**<iclass="fa-light fa-chart-scatter-bubble"></i> Accelerated Cross Filtered Visualization with [cuxfilter](https://github.com/rapidsai/cuxfilter)**:
51
-
Start with [10 Minutes to Cuxfilter](api/cuxfilter/stable/user_guide/10_minutes_to_cuxfilter/){: target="_blank"} to get an overview of how to quickly create a dashboard. There are also broader examples in the [RAPIDS Visualization Guides](https://github.com/rapidsai/cuxfilter/tree/HEAD/notebooks/RAPIDS%20Visualization%20Guide){: target="_blank"}.
52
-
{: .mb-8 }
53
-
54
-
55
49
**<iclass="fa-light fa-images"></i> Computer Vision and Analytics with [cuCIM](https://github.com/rapidsai/cucim){: target="_blank"}**:
56
50
Start with the [Welcome Notebook](https://github.com/rapidsai/cucim/blob/branch-{{ site.data.releases.stable.version }}/notebooks/Welcome.ipynb){: target="_blank"} for links to resources guides and a good overview of the project structure.
Copy file name to clipboardExpand all lines: visualization/index.md
+5-18Lines changed: 5 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ RAPIDS libraries can easily fit in visualization workflows. This catalog of feat
14
14
*[330 million+ datapoints rendered in under 1.5s via RAPIDS + Plotly Dash 2020 Census Demo](https://github.com/rapidsai/plotly-dash-rapids-census-demo)*
15
15
16
16
### Featured Libraries
17
+
17
18
-**[HoloViews](#holoviews):** Declarative objects for quickly building complex interactive plots from high-level specifications. Directly uses cuDF.
18
19
-**[hvPlot](#hvplot):** Quickly return interactive plots from cuDF, Pandas, Xarray, or other data structures. Just replace `.plot()` with `.hvplot()`.
19
20
-**[Datashader](#datashader):** Rasterizing huge datasets quickly as scatter, line, geospatial, or graph charts. Directly uses cuDF.
@@ -22,9 +23,9 @@ RAPIDS libraries can easily fit in visualization workflows. This catalog of feat
22
23
-**[Seaborn](#seaborn):** Static single charting library that extends matplotlib.
23
24
24
25
### Other Notable Libraries
26
+
25
27
-**[Panel](#panel):** A high-level app and dashboarding solution for the Python ecosystem.
26
28
-**[PyDeck](#pydeck):** Python bindings for interactive spatial visualizations with webGL powered deck.gl, optimized for a Jupyter environment.
27
-
-**[cuxfilter](#cuxfilter):** RAPIDS developed cross filtering dashboarding tool that integrates many of the libraries above.
28
29
-**[node RAPIDS](#noderapids):** RAPIDS bindings in nodeJS, a high performance JS/TypeScript visualization alternative to using Python.
29
30
30
31
@@ -34,11 +35,10 @@ The below libraries directly use RAPIDS cuDF/Dask-cuDF and/or cuSpatial to creat
34
35
-**[Holoviews with Linked Brushing User Guide](https://holoviews.org/user_guide/Linked_Brushing.html?highlight=linked%20brushing)**
35
36
-**[Datashader User Guide](https://datashader.org/user_guide/Performance.html)**
36
37
-**[Plotly Dash with Holoviews Docs](https://dash.plotly.com/holoviews#gpu-accelerating-datashader-and-linked-selections-with-rapids)**
### **Note:** Web Hosted vs Local Hosted Chart Interaction
41
-
When interacting with this page through a website, the interactive examples below are all **static and use pre-computed data.** To run a true interactive version, host through the **active** instance found on our [cuxfilter GitHub Notebooks](https://github.com/rapidsai/cuxfilter/tree/branch-{{ site.data.releases.stable.version }}/notebooks/RAPIDS%20Visualization%20Guide).
40
+
41
+
When interacting with this page through a website, the interactive examples below are all **static and use pre-computed data.**
42
42
43
43
{% include viz-cdn-js-css.html %}
44
44
@@ -77,7 +77,7 @@ When interacting with this page through a website, the interactive examples belo
- cuxfilter is a RAPIDS developed cross filtering library which enables GPU accelerated dashboards, using best in class charting libraries, with just a few lines of Python.
164
-
- Read about cuxfilter at [github.com/rapidsai/cuxfilter](https://github.com/rapidsai/cuxfilter) and explore its examples [docs.rapids.ai/api/cuxfilter/stable/examples/examples.html](https://docs.rapids.ai/api/cuxfilter/stable/examples/examples.html).
165
-
- Further [Documentation](https://docs.rapids.ai/api/cuxfilter/stable/10_minutes_to_cuxfilter.html).
0 commit comments