taborlab / Iris

The Light Program Interface
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Dynamic y-range in well view. #231

Closed KarlGerhardt closed 9 years ago

KarlGerhardt commented 9 years ago

In well view, it is currently possible zoom in the x-coordinate, but the x-range already adjusts to the length of the experiment. Actually, many times I could not resolve what my program was doing because I was using low GS intensity values. I got around this by scaling them up, checking it was right, then scaling back down.Therefore it would be much more useful to have zoom in the y-coordinate.

Options:

  1. Switch zoom from x to y (if only possible to zoom in one coordinate).
  2. y-axis gets a floating maximum value (as the x-axis does currently).
  3. Add input boxes for custom x and or y ranges.
SynbioLucas commented 9 years ago

I had to install the most recent beta version of the plotting package, which has support for zoom in both dimensions. I think this is what you wanted, and it solves your issue better than the three alternatives above.

As far as I can tell, the fact that the package is only in beta isn't impinging upon our chart at all, so I'm going to call this closed.