forked from xability/maidr
-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(scatterplot): support svg from matplotlib #2
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## [1.4.1](xability/maidr@v1.4.0...v1.4.1) (2024-02-08) ### Bug Fixes * support lack of plot legend in verbose text output ([xability#395](xability#395)) ([a8e92c5](xability@a8e92c5)), closes [xability#217](xability#217)
6 tasks
SaaiVenkat
force-pushed
the
fix/scatterplot
branch
from
February 13, 2024 02:47
4ee5c6a
to
2a714c5
Compare
# [1.5.0](xability/maidr@v1.4.1...v1.5.0) (2024-02-14) ### Features * add user preferences to accompany initial prompt for LLM ([xability#401](xability#401)) ([8783b82](xability@8783b82)), closes [xability#396](xability#396)
BREAKING CHANGE: Changed the way data was stored in the menu, first time you run you'll need to update LLM settings Fixed xability#388
# Pull Request ## Description Created the logo for the project. ## Changes Made Added the jpg and svg file for the logo closes xability#313
# [2.0.0](xability/maidr@v1.5.0...v2.0.0) (2024-02-15) ### Bug Fixes * add tabindex attribute to maidrElemn element ([xability#403](xability#403)) ([f51b917](xability@f51b917)) ### Features * Created ability to chat with multiple LLMs at once ([xability#402](xability#402)) ([80aa119](xability@80aa119)), closes [xability#388](xability#388) ### BREAKING CHANGES * Changed the way data was stored in the menu, first time you run you'll need to update LLM settings
# Pull Request ## Description <!-- Provide a brief description of the changes made in this pull request. --> Created example scatterplot using Python matplotlib ## Related Issues <!-- Specify any related issues or tickets that this pull request addresses. --> Closes xability#366 ## Changes Made <!-- Describe the specific changes made in this pull request. --> Added example code, SVG plot, maidr JSON, and raw data JSON for a scatterplot created using matplotlib. ## Screenshots (if applicable) <!-- Include any relevant screenshots or images to help visualize the changes. --> <!-- You can take a gif animation screenshot very easily without any additional installation by using this browser-based tool: --> <!-- https://gifcap.dev --> ## Checklist <!-- Please select all applicable options. --> <!-- To select your options, please put an 'x' in the all boxes that apply. --> - [x] I have read the [Contributor Guidelines](../CONTRIBUTING.md). - [x] I have performed a self-review of my own code and ensured it follows the project's coding standards. - [x] I have tested the changes locally following `ManualTestingProcess.md`, and all tests related to this pull request pass. - [x] I have commented my code, particularly in hard-to-understand areas. - [ ] I have updated the documentation, if applicable. - [ ] I have added appropriate unit tests, if applicable. ## Additional Notes <!-- Add any additional notes or comments here. --> <!-- Template credit: This pull request template is based on Embedded Artistry {https://github.com/embeddedartistry/templates/blob/master/.github/PULL_REQUEST_TEMPLATE.md}, Clowder {https://github.com/clowder-framework/clowder/blob/develop/.github/PULL_REQUEST_TEMPLATE.md}, and TalAter {https://github.com/TalAter/open-source-templates} templates. --> NOTE: Since there are many edge cases, the [fix for scatterplot](#2) should be merged soon after merging this PR.
SaaiVenkat
force-pushed
the
fix/scatterplot
branch
from
February 16, 2024 17:05
2a714c5
to
71e133f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Related Issues
Changes Made
Screenshots (if applicable)
Checklist
ManualTestingProcess.md
, and all tests related to this pull request pass.Additional Notes