-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial videos with description #562
Conversation
Charts are visual ways to show and study patterns, trends, and connections in data. Line charts, in particular, show data points connected by straight lines, | ||
making it easy to see trends and changes over time. You can change the line styles in charts by adjusting the line properties to create different looks. | ||
|
||
To discover more about the Taipy Taipy charts to update line types, click on the tutorial video [here](https://www.youtube.com/watch?v=M32xhZP04yo). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment, I have a hard time with how it is formulated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's try this:
Charts visualize patterns, trends, and data relationships. Line charts connect data points with straight lines for tracking changes over time. Customize line styles in charts by tweaking line properties for various appearances.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine for me!
Taipy uses [Python Markdown](https://python-markdown.github.io/) to turn your Markdown text into web pages. There are several language extensions that help make your pages look nice and user-friendly. | ||
Specifically, Taipy uses the following Markdown extensions: | ||
|
||
- [Admonition](https://python-markdown.github.io/extensions/admonition/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is so interesting but we can keep it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed Florian. Every useless detail should be removed. To the point.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then I will remove this section, to keep just information to the point, thanks.
@@ -0,0 +1,8 @@ | |||
# Taipy Charts to Update Line Types |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Taipy Charts to Update Line Types | |
# Changing Line Types Using Charts |
Charts are visual ways to show and study patterns, trends, and connections in data. Line charts, in particular, show data points connected by straight lines, | ||
making it easy to see trends and changes over time. You can change the line styles in charts by adjusting the line properties to create different looks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Charts are visual ways to show and study patterns, trends, and connections in data. Line charts, in particular, show data points connected by straight lines, | |
making it easy to see trends and changes over time. You can change the line styles in charts by adjusting the line properties to create different looks. | |
Charts visualize patterns, trends, and data relationships. Line charts connect data points with straight lines for tracking changes over time. Customize line styles in charts by tweaking line properties for various appearances. |
Taipy uses [Python Markdown](https://python-markdown.github.io/) to turn your Markdown text into web pages. There are several language extensions that help make your pages look nice and user-friendly. | ||
Specifically, Taipy uses the following Markdown extensions: | ||
|
||
- [Admonition](https://python-markdown.github.io/extensions/admonition/) | ||
- [Attribute Lists](https://python-markdown.github.io/extensions/attr_list/) | ||
- [Fenced Code Blocks](https://python-markdown.github.io/extensions/fenced_code_blocks/) | ||
- [Meta-Data](https://python-markdown.github.io/extensions/meta_data/) | ||
- [Markdown in HTML](https://python-markdown.github.io/extensions/md_in_html/) | ||
- [Sane Lists](https://python-markdown.github.io/extensions/sane_lists/) | ||
- [Tables](https://python-markdown.github.io/extensions/tables/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Taipy uses [Python Markdown](https://python-markdown.github.io/) to turn your Markdown text into web pages. There are several language extensions that help make your pages look nice and user-friendly. | |
Specifically, Taipy uses the following Markdown extensions: | |
- [Admonition](https://python-markdown.github.io/extensions/admonition/) | |
- [Attribute Lists](https://python-markdown.github.io/extensions/attr_list/) | |
- [Fenced Code Blocks](https://python-markdown.github.io/extensions/fenced_code_blocks/) | |
- [Meta-Data](https://python-markdown.github.io/extensions/meta_data/) | |
- [Markdown in HTML](https://python-markdown.github.io/extensions/md_in_html/) | |
- [Sane Lists](https://python-markdown.github.io/extensions/sane_lists/) | |
- [Tables](https://python-markdown.github.io/extensions/tables/) |
Draft tutorial videos with descriptions.