Skip to content

Commit

Permalink
Make the polyviewer default to the Poincare model.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Dec 27, 2024
1 parent e29dda6 commit fbf38fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/polyviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, parent, facedicts=[], **kwargs):
self.main_window = kwargs.get('main_window', None)
self.topframe = topframe = ttk.Frame(self)
self.bottomframe = bottomframe = ttk.Frame(self)
self.model_var = Tk_.StringVar(self, value='Klein')
self.model_var = Tk_.StringVar(self, value='Poincare')
self.sphere_var = Tk_.IntVar(self, value=1)
self.klein = ttk.Radiobutton(topframe, text='Klein',
variable=self.model_var,
Expand Down

0 comments on commit fbf38fc

Please sign in to comment.