MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: How to draw shifted axis?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg105863] Re: How to draw shifted axis?
  • From: "Kevin J. McCann" <Kevin.McCann at umbc.edu>
  • Date: Tue, 22 Dec 2009 04:05:18 -0500 (EST)
  • References: <hgnbpo$s5t$1@smc.vnet.net>

David Park's Presentations Package has a nice example:

http://blackbook.mcs.st-and.ac.uk/~Peter/djmpark/html/Assets/C3527823/BrokenAxisGraph.pdf

or

http://blackbook.mcs.st-and.ac.uk/~Peter/djmpark/html/Assets/8BCB38FA/BrokenAxisGraph.nb

Kevin

Jonas Stein wrote:
> Lets assume i 
> Plot[x^2,{x,200,210}, AxesOrigin->{0,0}]
> 
> How can i cut out the axis between 1 and 199 and draw 
> two small parallel lines on the axis on the cutline?
> 
> like this 
> 
> 
> |
> |
> |
> +-------//---------------->
> 
> Thank you,
> 


  • Prev by Date: Re: Solving a list of equations saved in a file
  • Next by Date: Re: ChartLabels for Stacked, Grouped BarCharts? Solutions
  • Previous by thread: Re: define a function with variable coefficients
  • Next by thread: Re: How to draw shifted axis?