architecture-building-systems / hive

Rhino Grasshopper plug-in for quick & dirty building simulation
https://www.food4rhino.com/en/app/hive
GNU General Public License v3.0
31 stars 4 forks source link

Setting axis titles removes the function to auto set to min and max range #638

Closed christophwaibel closed 2 years ago

christophwaibel commented 3 years ago

Describe the bug You can set the axis ranges in the hizualizer. By default, the range is max and min of the data. But once you set the range manually, there is no way to activate auto min max again. This should be somehow possible!

To Reproduce Steps to reproduce the behavior:

  1. Open a working Hive template
  2. go to the hizualizer and change the axis range
  3. be sad that there is no auto min max anymore

Expected behavior There should be a way to re-activate auto min max range

Screenshots image

ChrisZenhub commented 2 years ago

related issue #618

philipschulz commented 2 years ago

@ChrisZenhub image.png With a button like this?

christophwaibel commented 2 years ago

Sounds good !

philipschulz commented 2 years ago

@ChrisZenhub Should clicking the button instantly reset the axis, or only apply the reset once the Save button is clicked?

christophwaibel commented 2 years ago

Only upon clicking on the save button

christophwaibel commented 2 years ago

But the text fields should already be cleared when clicking reset. Maybe they could even display the numeric auto min max values?