Skip to content

Commit

Permalink
Merge pull request #221 from janezd/spiralogram-export-scene
Browse files Browse the repository at this point in the history
Spiralogram: Save/Copy-to-clipboard scene instead of view
  • Loading branch information
ajdapretnar committed Jul 25, 2022
2 parents 5545d09 + ca8325a commit 7b3b701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/timeseries/widgets/owspiralogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ class Outputs:
class Error(OWWidget.Error):
no_useful_vars = Msg("Data has no useful variables")

graph_name = "view"
graph_name = "scene"

settingsHandler = SpiralogramContextHandler()
x_var: Union[str, Variable] = ContextSetting(PeriodItems[0])
Expand Down

0 comments on commit 7b3b701

Please sign in to comment.