Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • $\begingroup$ This is very helpful but by limiting my plotting range I would be losing information. But, I appreciate the thought! $\endgroup$ Commented Aug 22, 2013 at 23:05
  • 1
    $\begingroup$ You are not limiting you are extending for beyond the saturation zone. :) $\endgroup$ Commented Aug 22, 2013 at 23:24
  • $\begingroup$ This worked out very well, I was able to make some excellent plots! Any thoughts on how to get rid of the the discontinuous nature and extrapolate the plot? $\endgroup$ Commented Aug 23, 2013 at 2:47
  • $\begingroup$ I'm glad that it has helped you! Maybe in PlotRange->{All,All,{0,1}} you can make it more generic using PlotRange->{All,All,{0,Max[photo[[All,3]]]}}. $\endgroup$ Commented Aug 23, 2013 at 3:05
  • $\begingroup$ As @Kuba suggests PlotRange->All is much more elegant. See if it works for you. There are some cases that it's necessary to specify manually. $\endgroup$ Commented Aug 23, 2013 at 14:21