Closed smjenness closed 10 years ago
To get the network plot to better fill the available plot window in the Network Plot tab under the Network Descriptives section, try setting the margins for the plot window to 0 on all four sides:
par(mar = c(0, 0, 0, 0))
That might look better.
This also goes for the "Simulations" section. Same margin issue.
Thanks, @smjenness ! This really improves the use of space and readability of the plots. Fixed in commit e716b33e
To get the network plot to better fill the available plot window in the Network Plot tab under the Network Descriptives section, try setting the margins for the plot window to 0 on all four sides:
That might look better.