From 09d4e57a85f18fc9f5d2cf5897701da960d928e1 Mon Sep 17 00:00:00 2001 From: Coderambling <159031875+Coderambling@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:18:03 +0100 Subject: [PATCH] Version without comments Update indicators_performance.md (#6398) --- doc/tutorials/basic/indicators_performance.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/tutorials/basic/indicators_performance.md b/doc/tutorials/basic/indicators_performance.md index 9b9fd81f2b..55c6be4294 100644 --- a/doc/tutorials/basic/indicators_performance.md +++ b/doc/tutorials/basic/indicators_performance.md @@ -1,6 +1,14 @@ # Display Performance with Indicators -Welcome to our tutorial on displaying the performance of wind turbines using Panel's [indicators](https://panel.holoviz.org/reference/index.html#indicators)! Let's delve into visualizing the key metrics of our wind turbines in an engaging and insightful manner. +Welcome to our tutorial on Panel's [indicators](https://panel.holoviz.org/reference/index.html#indicators)! + +We will delve into the use of Indicators with an example that uses them to visualizes the key metrics of wind turbines in an engaging and insightful manner. The result will be this: + +:::{grid-item-card} Windturbines Explorer + +:target: https://|gallery-endpoint|.pyviz.demo.anaconda.com/windturbines +:width: 100% +Visually explore a dataset of US Windturbines. +++ See source ::: ## Explore Indicators @@ -66,15 +74,15 @@ For more detailed insights into the `Trend` indicator, take a moment to explore ## Explore the Indicators -Panel provides a vast collection of indicators to suit your needs. +Panel provides a large collection of indicators to suit your needs. Click [this link](https://panel.holoviz.org/reference/index.html#indicators) to explore the available indicators and their detailed reference guides. ## Recap -In this tutorial, we've embarked on visualizing the performance metrics of wind turbines using Panel's versatile indicators: +In this tutorial, we have explored using Panel's versatile indicators by creating a visualization of the performance metrics of wind turbines. We: - Leveraged the [`Number`](../../reference/indicators/Number.ipynb) indicator to display current performance. - Utilized the [`Trend`](../../reference/indicators/Trend.ipynb) indicator to showcase trending performance over time. -Remember, there's a plethora of indicators waiting for you to explore in the [Indicators Section](https://panel.holoviz.org/reference/index.html#indicators) of the [Component Gallery](../../reference/index.md). Keep experimenting and uncovering new insights! 🚀 +Remember, there's a collection of indicators waiting for you to explore in the [Indicators Section](https://panel.holoviz.org/reference/index.html#indicators) of the [Component Gallery](../../reference/index.md). Keep experimenting and uncovering new insights! 🚀