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

Blank pages in EDA paged reports #114

Closed
choonghyunryu opened this issue Jan 1, 2024 · 1 comment
Closed

Blank pages in EDA paged reports #114

choonghyunryu opened this issue Jan 1, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@choonghyunryu
Copy link
Owner

Issue

  • The page for the first variable in the "Target Variable and Categorical Variables" chapter is overflowing, and the next page is blank.
image

Solution

  • Reduce the size of the plot image slightly.
@choonghyunryu choonghyunryu added the bug Something isn't working label Jan 1, 2024
@choonghyunryu choonghyunryu self-assigned this Jan 1, 2024
@choonghyunryu choonghyunryu changed the title EDA paged report Blank pages in EDA paged reports Jan 1, 2024
@choonghyunryu
Copy link
Owner Author

choonghyunryu commented Jan 1, 2024

solution

change from

```{r group-categorical, results='asis', dpi=400, fig.height=5, fig.width=7, out.width="80%"}
html_paged_target_categorical(reportData, targetVariable, base_family = base_family)  
```

to

```{r group-categorical, results='asis', dpi=400, fig.height=5, fig.width=7, out.width="75%"}
html_paged_target_categorical(reportData, targetVariable, base_family = base_family)  
```

result

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant