statnet / statnetWeb

A graphical user interface for network modeling with the 'statnet' software
GNU General Public License v3.0
29 stars 17 forks source link

Default plot margins in Network Descriptives section #8

Closed smjenness closed 10 years ago

smjenness commented 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.

smjenness commented 10 years ago

This also goes for the "Simulations" section. Same margin issue.

ebey commented 10 years ago

Thanks, @smjenness ! This really improves the use of space and readability of the plots. Fixed in commit e716b33e