Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
chiara-sophie committed Nov 13, 2023
1 parent daa5f8d commit 8121fbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vizro-ai/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vizro-AI

Vizro-AI is a tool designed for generating data visualizations. It serves as an extension to Vizro, leveraging natural language capabilities to empower users in creating charts effortlessly.
Vizro-AI is a tool designed for generating data visualizations. It serves as an extension to Vizro, leveraging natural language capabilities to empower users in creating charts effortlessly.

## Why Vizro-AI?

Expand Down
6 changes: 3 additions & 3 deletions vizro-ai/docs/pages/tutorials/explore_vizro_ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ load_dotenv()

### 2. Create your visualization using different languages

Vizro-AI is versatile, supporting prompts and chart visualizations in multiple languages. Let's explore this capability with two examples, starting with Chinese where we inquire about visualizing the GDP per capita over time.
Vizro-AI is versatile, supporting prompts and chart visualizations in multiple languages. Let's explore this capability with two examples, starting with Chinese where we inquire about visualizing the GDP per capita over time.

!!! example "Vizro-AI Chinese"
=== "Code for the cell"
Expand Down Expand Up @@ -106,7 +106,7 @@ Having unveiled our animated bar chart showcasing population development per cou
[AnimatedChart2]: ../../assets/tutorials/chart/animated_bar_chart_2.png


Great, by incorporating the directive `Please improve layout`, we've successfully refined our animation and are now able to better interpret our result.
Great, by incorporating the directive `Please improve layout`, we've successfully refined our animation and are now able to better interpret our result.

Now, upon closer inspection, two challenges emerge. Firstly, the legend overlaps the x-axis. Secondly, the y-axis range is insufficient to capture the full spectrum of Asia's population development. Let's run the code below and see how we can improve and finalize our chart.

Expand All @@ -128,4 +128,4 @@ Now, upon closer inspection, two challenges emerge. Firstly, the legend overlaps

[AnimatedChart3]: ../../assets/tutorials/chart/animated_bar_chart_3.png

Congratulations! You've now gained insights into harnessing the power of Vizro-AI for crafting advanced charts and elevating formatting. Don't forget, enabling `explain=True` is a good way of learning more about how a chart can be further improved and formatted.
Congratulations! You've now gained insights into harnessing the power of Vizro-AI for crafting advanced charts and elevating formatting. Don't forget, enabling `explain=True` is a good way of learning more about how a chart can be further improved and formatted.

0 comments on commit 8121fbc

Please sign in to comment.