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

HTML export: exclude computation messages from the output. #725

Closed
alshan opened this issue Mar 21, 2023 · 0 comments
Closed

HTML export: exclude computation messages from the output. #725

alshan opened this issue Mar 21, 2023 · 0 comments
Assignees
Labels

Comments

@alshan
Copy link
Collaborator

alshan commented Mar 21, 2023

For example, if "sampling" computation messages are present:

ggplot() + geom_point(aes(
    x = [v for v in range(10)],
    y = [v for v in range(10)],
), sampling=sampling_random(5))

image

then generated by ggsave() HTML includes the "sampling" message but trims the plot bottom:

image


At the same time SVG, PNG export works correctly, i.e. computation messages aren't included to the output.

@alshan alshan added this to the 2023Q2 milestone Mar 30, 2023
@alshan alshan added the ASAP label Mar 31, 2023
@IKupriyanov-HORIS IKupriyanov-HORIS self-assigned this Apr 6, 2023
@alshan alshan closed this as completed in 48c4b88 Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants