Skip to content
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

Use the raw export string from Showoff.showoff to manipulate axis labels. #4760

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

himcraft
Copy link

@himcraft himcraft commented Jan 29, 2025

Description

Fixes #2467

Also introduced in my previous PR #4424 . However the previous solution was not elegant. So I submitted a PR for Showoff.jl to add an option exporting the raw strings for RichText.

Ping @jkrumbiegel if you are satisfied with is PR. Please let me know if you have any suggestion for improvement.

Type of change

Delete options that do not apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • Added an entry in CHANGELOG.md (for new features and breaking changes)
  • Added or changed relevant sections in the documentation
  • Added unit tests for new algorithms, conversion methods, etc.
  • Added reference image tests for new plotting functions, recipes, visual options, etc.

@himcraft
Copy link
Author

Here is the comparison of the change before and after the modification.

Before:
previous

After:
after

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Work in progress
Development

Successfully merging this pull request may close these issues.

Font of exponents sticks to default when the axis scales are regular.
1 participant