Nathan Boyer

Results 74 comments of Nathan Boyer

For the above table, I would like `max(title_width, table_width)` to determine the display width with spaces added around the sides of the table if needed like below so the title...

Sorry, I didn't explain well. Here is a full MWE now that I understand the problem a little better. ``` julia> using DataFrames, PrettyTables julia> df = DataFrame(x=['a','b','c'], y=1.0:3.0) 3×2...

>Then, I think you can do what you want by display_size = (12, -1). `display_size = (12, -1)` says "do not crop the columns" not "fit the columns to the...

No, I would like a manual vertical crop and an automatic horizontal crop. Moreover, I think the units for `display_size` are confusing and would rather the crop be specified as...

The workaround is not working properly for me in Visual Studio Code. The `displaysize()` function is not returning the correct values. I manually count 23 rows and visually estimate about...

I am having this problem too (using most recent versions) which is different from the issue in #1572. In addition to the scroll bars, the non-ASCII letters do not render...

@fonsp @diegozea Any updates on this issue? The above comments say the scrolling issue should be fixed, but it isn't for me. The static HTML export shrinks the plot window...

Hmm, I am also on the latest versions when getting this error. ![image](https://user-images.githubusercontent.com/65452054/178015382-cc1b0253-dc7a-4c10-8a6e-fb1c90885968.png) ![image](https://user-images.githubusercontent.com/65452054/178015571-d7d37687-10cd-429d-a6f7-256a2e371e74.png)

Interesting! I am on Windows 11. The HTML file renders correctly in Firefox, but not in Edge or Chrome.

Same issue I am having in #1572 and [here](https://discourse.julialang.org/t/plot-different-length-data-together-in-gadfly/77036/4?u=nathan_boyer).