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

Feature Request: use CJK (non-ascii) character #1554

Open
jtsekine opened this issue Feb 25, 2024 · 0 comments
Open

Feature Request: use CJK (non-ascii) character #1554

jtsekine opened this issue Feb 25, 2024 · 0 comments
Labels
feature request 💬 Requests for new features

Comments

@jtsekine
Copy link

Missing functionality

I want to make HTML profile report from CSV file written in CJK (non-ascii) characters.
I found 3 problems, and only 3rd problem is resolved .

  1. column-name in axis of graph looks tofu (square), because griph not found
    • sns.set(...) is reset font setting
  2. interaction section is not working well
  3. wordclound looks tofu (square)
    • resolve to set 'FONT_PATH' environment variable in wordcloud library

Proposed feature

I want to interface to set/change behavior.

  1. set font-name (using Seaborn)
    • after style(style="white") at manage_matplotlib_context() in context.py, put lilke sns_set( font="my_font" ) or sns_set_theme( font="my_font" )
  2. use non-ascii column-name
    • I want to set allow_unicode parameter as True at slugify() in dataframe.py

Alternatives considered

No response

Additional context

No response

@jtsekine jtsekine changed the title use CJK (non-ascii) character Feature Request: use CJK (non-ascii) character Apr 28, 2024
@fabclmnt fabclmnt added feature request 💬 Requests for new features and removed needs-triage labels May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request 💬 Requests for new features
Projects
None yet
Development

No branches or pull requests

3 participants