Re: controlling the size of tick marks
- To: mathgroup at smc.vnet.net
- Subject: [mg16833] Re: controlling the size of tick marks
- From: Mark Vaughn <mwv3776 at chenext1.tamu.edu>
- Date: Tue, 30 Mar 1999 02:35:28 -0500
- Organization: texas a&m university
- References: <7cq4qo$56g@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
I'm satisfied with the default placement of tickmarks, what I want to do is to automatically make them e.g. twice as long. Yea, I could use FullOptions and get the tickmark list, apply a homebrew function or two in order to double their length, then rename the list and use it as new tick definition. However, this doesn't seem much better than what I do now: use the scaling command in Adobe Illutstrator on the saved .eps file. If I could apply a tick function direcly in the options list, I would be much happier. I do not think the default size publishes well. "P.J. Hinton" wrote: > On 16 Mar 1999, jan wrote: > > > Please could you tell me if it is possible to increase the length of > > the graduation bars in mathematica graphics and how I can do it?. > > See _The Mathematica Book_ (Third Edition), Sections 2.9.5 and 2.9.13. > These sections contain information about using the Ticks function to > control the properties of tick marks used on axes in two- and > three-dimensional plots. > > If you are using the Mathematica 3.0 notebook front end, you can retrieve > the relevant sections by pasting the following expressions into separate > cells in a notebook and evaluating them. > > FrontEndExecute[FrontEnd`HelpBrowserLookup["MainBook", {"2.9.5", "5.8"}]] > > FrontEndExecute[Frontend`HelpBrowserLookup["MainBook", {"2.9.13", "13.16"}]] > > If I have somehow misunderstood your question, please let me know. > > -- > P.J. Hinton > Mathematica Programming Group paulh at wolfram.com > Wolfram Research, Inc. http://www.wolfram.com/~paulh/ > Disclaimer: Opinions expressed herein are those of the author alone.