0

Possible Duplicate:
1 Plot, 2 Scale/Axis
Generating a broken or snipped axis in ListPlot

I have data in several ranges which I, when I plot together, is not very useful. I was thinking about removing the regions where no data exist (see data.png), e.g. shrink the plot scale in those regions.

In other words, specifying multiple ranges for the PlotRange option:

PlotRange-> {{xrange1,xrange2, xrange3},yrange}

How would I go about this?

enter image description here

n3rd
  • 251
  • 2
  • 6
  • Can you use log-type plots ? In general, if you provide the code and the data you used you'll get greater attention. – b.gates.you.know.what Dec 28 '12 at 10:38
  • No, Log-Linear plot does not improve the situation much. – n3rd Dec 28 '12 at 10:42
  • it seems making 3 plots next to each other (using GraphicsRow) would do the trick nicely? – chris Dec 28 '12 at 10:49
  • @n3rd At the end of this post http://mathematica.stackexchange.com/questions/16574/first-positive-root/16579#16579 there is an example how to do it. – Artes Dec 28 '12 at 11:01
  • if you paste howto/GeneratePlotsWithTwoVerticalScales into the help browser you'll find some code to do that. Also here it's done for data (rather than functions). – acl Dec 28 '12 at 11:10
  • Duplicate: http://mathematica.stackexchange.com/q/8241/121 -- I will close this question soon unless others disagree. – Mr.Wizard Dec 28 '12 at 12:26
  • @Mr.Wizard I think it's a tossup whether it's a duplicate to the question you said or to this, depending on the presentation n3rd wants – acl Dec 28 '12 at 12:43

0 Answers0