feat: add TBPL command to PLOT_COMMANDS list - #4119
Merged
Merged
Conversation
Contributor
|
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Contributor
Reviewer's GuideExtend the internal Class diagram for updated PLOT_COMMANDS listclassDiagram
class mapdl_core {
+PLOT_COMMANDS: List[str]
+MAX_COMMAND_LENGTH: int
}
note for mapdl_core "PLOT_COMMANDS now includes 'TBPL' to support TBPL plot command."
File-Level Changes
Assessment against linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for showing plots when using the mapdl.tbplot command by adding "TBPL" to the PLOT_COMMANDS list. This is a simple enhancement to enable plot display functionality for the TBPL command.
- Added "TBPL" to the PLOT_COMMANDS list to enable plot visualization for the tbplot method
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4119 +/- ##
==========================================
- Coverage 91.23% 91.19% -0.04%
==========================================
Files 189 189
Lines 15650 15650
==========================================
- Hits 14278 14272 -6
- Misses 1372 1378 +6 🚀 New features to boost your workflow:
|
Collaborator
Author
|
@pyansys-ci-bot LGTM. |
germa89
enabled auto-merge (squash)
July 23, 2025 06:36
This file contains hidden or 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
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.

Description
Allow showing the plot when using
mapdl.tbplot.Issue linked
Close #1304
Checklist
draftif it is not ready to be reviewed yet.feat: adding new MAPDL command)Summary by Sourcery
New Features: