> I generated some graphs and I want to save them in a format and quality > appropriate for publishing. When I used Windows I was able to set a > resolution (300ppi or so) and the format (either jpeg or other), but now > with Mac I'm a bit lost, and I can't find a function to do so. I presume you are using igraph from R. Use the standard R functions (png, jpeg, tiff or bmp) to save your graph into a file after you plotted it. These functions have a "res" parameter which lets you specify the resolution.
-- T. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
