Re: Graphics export quality-methods and defaults
- To: mathgroup at smc.vnet.net
- Subject: [mg68180] Re: Graphics export quality-methods and defaults
- From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
- Date: Thu, 27 Jul 2006 05:30:05 -0400 (EDT)
- Organization: The Open University, Milton Keynes, UK
- References: <ea72nn$k6u$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
kevin_jazz wrote: > So, I suppose Mathematica has some default graphic size that is too > small. How do I increase it? On a plot basis, you can control the size of the plot with the ImageSize option. For example: lplot = ListPlot[..., ImageSize -> {640, 480}, ...]; See http://documents.wolfram.com/mathematica/functions/ImageSize for detail informations about it. On the other hand, if you want to change the default values for a specific notebook or for all notebooks, open the Option Inspector (Shift + Ctrl + O, on Windows, or menu Format -> Option Inspector). Then, select Global or Notebook in the field called "Show option values for" and type in ImageSize in the "Look up" field. Finally, enter the values that best suit your needs as width and height, and click the "Apply" button. Regards, Jean-Marc