Skip to content

Commit

Permalink
Cleaning up naming
Browse files Browse the repository at this point in the history
  • Loading branch information
CyclingNinja committed Jan 10, 2025
1 parent cb6e3ad commit 4c856eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions glue_jupyter/common/state_widgets/viewer_histogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ def __init__(self, viewer_state):
link_glue_choices(self, viewer_state, 'x_att')

def vue_axis_to_bins(self, *args):
self.glue_state.x_axislabel = "Updated Bins"
self.glue_state.update_bins_to_view()
print('Triggered axis to bins')
4 changes: 2 additions & 2 deletions glue_jupyter/common/state_widgets/viewer_histogram.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<span>cumulative</span>
</v-tooltip>

<v-btn variant="outlined" small @click="axis_to_bins">
Fit Axes to Bins
<v-btn variant="outlined" small @click="bins_to_axes">
Fit Bins to Axes
</v-btn>
</v-toolbar-items>
</div>
Expand Down

0 comments on commit 4c856eb

Please # to comment.