Add Start and End Properties to Y-Axis

Issue #72 resolved
Former user created an issue

Is it possible to fix the left axis scale so that we have option always start / end at fixed values. I believe other visuals allow this. For example always start from 0 and go up to 100 (if you were using percentages)

Official response

  • Daniel Marsh-Patrick repo owner

    This has been added to the current development branch and will be made available in 1.3.0. No ETA as yet, as a couple of the features to deliver are quite big, and this version is also reserved for certification fixes (assuming there are any; currently awaiting certification results).

Comments (6)

  1. Daniel Marsh-Patrick repo owner

    Sure! Don't think I've allowed this due to wanting to fit the whole plot into the y axis but should be easy enough to do.

    Will plan to address in the next release. No ETA yet as the latest release is in the process of being published to the store.

  2. Daniel Marsh-Patrick repo owner

    Functionality will be as follows:

    • A Start and an End property will be added to the Y Axis menu (as per core visuals).
    • Supplying values into either box will constrain the y-axis min/max as required.
    • If this interferes with the full size of a violin, it will cut-off at the specified min/max values.
    • Leaving values blank (default) will render the plot with nice min/max values based on the KDE interpolation.
    • Leaving one value blank but not the other will do the above, but for the specific min/max value.
    • Validation will be as per core visuals, i.e. supplying a value for End means that you cannot specify a Start value greater than it, and vice-versa.
  3. Daniel Marsh-Patrick repo owner

    This has been added to the current development branch and will be made available in 1.3.0. No ETA as yet, as a couple of the features to deliver are quite big, and this version is also reserved for certification fixes (assuming there are any; currently awaiting certification results).

  4. Log in to comment