-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Issue #558 add matplotlib example #2179
Issue #558 add matplotlib example #2179
Conversation
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.
Tx, great work
A few changes
Could you add a screenshot of the result as a comment to the PR?
Thanks for reviewing, I'll make these updates @FredLL-Avaiga |
and please fix the linter issues |
@FredLL-Avaiga below is the screenshot of the most recent commit to the PR after my update to Taipy 4.0.0 as of now |
Hello @FredLL-Avaiga , I noticed that the linter error may still persist . This PR is a first for me i.e. contributing in Python and contributing for OpenSource, so it's hard to know what the issue was. I would be interested in learning from this. Thank you |
you can set the imports exactly as import os
import matplotlib.pyplot as plt
from taipy.gui import Gui, Markdown that should fix the linter sort imports issue |
…matplotlib-example' of https://github.com/AbisoyeOnanuga/taipy into issue-558-add-matplotlib-example
import matplotlib.pyplot as plt | ||
from taipy.gui import Gui, Markdown | ||
|
||
|
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.
need to remove one line here
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.
@jrobinAV Good for HacktoberFest Merge
I've enjoyed learning through this experience, as well as the incredible support from the Taipy. Thank you guys for pointing out the issues I needed to fix, thereby sharpening my fundamentals of making Pull Requests, including:-
|
Thank you, @AbisoyeOnanuga, for your help and contribution. |
Hello @jrobinAV if this is still open for PRs
This pull request adds a new example demonstrating how to integrate Matplotlib scatter plots within the Taipy framework using markdown syntax. The example showcases the creation of a scatter plot representing employee performance vs. happiness, with bubble sizes indicating efficiency.