biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.85k stars 1.01k forks source link

Scatter Plot axes labels not updated automatically #3944

Closed EmmeWilliams closed 5 years ago

EmmeWilliams commented 5 years ago
Orange version

3.22.0

Expected behavior

Scatter Plot should update axes labels whenever it updates its data.

Actual behavior

The axes labels only change when being connected to a new widget. Changing the column names for the input table is not reflected in Scatter Plot.

ajdapretnar commented 5 years ago

Could you please provide a screenshot and a minimum example?

EmmeWilliams commented 5 years ago

image When I change the names of the ContinuousVariables, it doesn't always update in Scatter Plot. Trying to reproduce this, it sometimes works and sometimes doesn't. I think the labels are only changed if the data is also changed. image Above, I've changed "A" to "NEW" but it doesn't change in the graph. image Here I change the data, and the axes labels are updated.

ajdapretnar commented 5 years ago

Yeah, I can confirm. The domain itself is updated (variables are renamed), but the plot doesn't reflect it.