Group Abstract Group Abstract

Message Boards Message Boards

0
|
28 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Can I get some help with Rasterizing a TabularSummary?

Posted 4 hours ago

I'm working with someone who's trying to do something like this:

Rasterize[
 TabularSummary@ResourceData["Sample Tabular Data: Car Models"]]

but she wants to be able to control how "tall" the summary is before it's rasterized. Like she can manually stretch it but then when she calls Rasterize it goes back to its normal size right. She can't like manually take a screenshot because she wants to get an agent to do this for her and it'd be hard I guess to have an agent stretch the pane for her (I don't personally know all that much about agents) but anyway do you happen to know a way to do this?

POSTED BY: Eric Parfitt

I don't know which environment the code will be evaluated in. If it is a notebook, I have an ugly solution that edits values of the cell options before rasterizing. The value 300 in ImageSize controls the height of the table. Values in TableViewBoxItemSize controls the width of each column:

POSTED BY: Ahmed Elbanna
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard