Skip to content
Prev 200697 / 398503 Next

border/box/frame around plot

Hello I need to know how to put a closed frame around my plot.  I am plotting
using the igraph package, and I have been able to use box() with limited
success. Box() puts a border around only the upper and right edges of the
plot area, but misses the axes. By default, setting the axes=TRUE in igraph
does not produce closed axes (ie axes that run through the origin and up to
the limits of the plot window).  Any ideas?