Skip to content

plotting visual bug fixes#650

Merged
oualib merged 4 commits into
vertica:masterfrom
mail4umar:bug_fix_plotting
Jun 27, 2023
Merged

plotting visual bug fixes#650
oualib merged 4 commits into
vertica:masterfrom
mail4umar:bug_fix_plotting

Conversation

@mail4umar
Copy link
Copy Markdown
Collaborator

  • Added % sign on importance plot for matplotlib
  • Added Y label for lift chart and cutoff curve in matplotlib
  • Removed quotation marks for plotly density plot

- Added % sign on importance plot for matplotlib
- Added Y label for lift chart and cutoff curve in matplotlib
- Removed quotation marks for plotly density plot
@mail4umar mail4umar self-assigned this Jun 26, 2023
@mail4umar mail4umar added Bug Something isn't working. Plotting - Plotly Plotly Integration. Plotting - Matplotlib Matplotlib Integration. labels Jun 26, 2023
@mail4umar mail4umar requested a review from oualib June 26, 2023 17:56
Comment thread verticapy/plotting/_plotly/density.py Outdated
"height": 500,
"autosize": False,
"xaxis_title": self.layout["x_label"],
"xaxis_title": self.layout["x_label"][1:-1],
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should never use this kind of logic directly in the code. Imagine that the user passes a customised layout, you'll always retrieve the first and the last character.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it. Thanks for pointing out.
Updated it.

@oualib oualib merged commit a7c53b8 into vertica:master Jun 27, 2023
@mail4umar mail4umar deleted the bug_fix_plotting branch September 9, 2025 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working. Plotting - Matplotlib Matplotlib Integration. Plotting - Plotly Plotly Integration.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants