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

Weird tooltip/legend in case of extremely long value #315

Closed
alshan opened this issue Feb 15, 2021 · 0 comments
Closed

Weird tooltip/legend in case of extremely long value #315

alshan opened this issue Feb 15, 2021 · 0 comments
Milestone

Comments

@alshan
Copy link
Collaborator

alshan commented Feb 15, 2021

Preconditions:

import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
from lets_plot import *
#%%
data = dict(x=['aaaaaaaaaaadasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdadasdaasdasdasdasd','b','c'])
#%%
ggplot(data) + geom_bar(aes('x', fill='x'))+\
        ylab('variable..................asdasdasdasd.................name ')

Expected:
extremely long values trimmed

Actual:
plot is resized down to fit the value name
legend is displayed in the second row over value names and cropped by container
tooltip cropped by container

image

@alshan alshan added this to the None milestone Dec 28, 2021
RYangazov added a commit to RYangazov/lets-plot that referenced this issue Apr 17, 2023
RYangazov added a commit to RYangazov/lets-plot that referenced this issue Apr 17, 2023
RYangazov added a commit to RYangazov/lets-plot that referenced this issue May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant