MathGroup Archive 2011

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

Search the Archive

Re: Split Plot Graph in Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg122263] Re: Split Plot Graph in Mathematica
  • From: "David Park" <djmpark at comcast.net>
  • Date: Sat, 22 Oct 2011 06:10:10 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <10539372.68322.1319190082490.JavaMail.root@m06>

The Presentations application has general provision for this, at least for
2D Graphics.

You can see examples in the archive that Peter Lindsay of the St. Andrews
Mathematics Department keeps for me at:

http://www.st-andrews.ac.uk/~pl10/c/djmpark/ 

Look at the examples: Broken-axis Graph (But I added new routines since that
example), and Broken-axis Graph2.

The capability is implemented with the routines:
XTickLine and YTickLine that implement freestanding tick scales and
XAxisBreak and YAxisBreak that inserts a break symbol between the tick
scales.

There is also a CustomTicks routine so that you could use different scales
on the right and left of a frame and each one might show the ticks only
within a restricted domain on the scale. The Two Axis Plot example shows a
case, except there the entire axis is filled.

The Custom Histogram Plots is another example of building up a custom plot
using XTickLine and YTickLine. Reverse Axis Plot is an example of a custom
plot using CustomTicks.


David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/  
  

From: MaxS [mailto:maxnova100 at yahoo.com] 


I have an array where the numbers increase very rapidly for the first 10
values, then essentially asymptote for the remaining 100 or so.

The best way to depict this would be as a split plot with one range/scale
for the first 10 and another for the remaining values.

Is there a straightforward way to do this in Mathematica? I tried to use the
GraphicsRow function, but I wasn't pleased with the results aesthetically.

Thank you, MaxS




  • Prev by Date: Finding distribution parameters for a mixture of product distributions
  • Next by Date: Re: can not understand the symbol or the equation for an integration result
  • Previous by thread: Split Plot Graph in Mathematica
  • Next by thread: A Problem seemingly with NIntegrate