You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now ggtb() is not supported in Swing and thus cannot be supported in Swing outputs in Kotlin Notebook. Now ggtb() doesn't have any effect with the default KTNB settings.
Temporary workarounds: ggtb() should be used with Web render. In Kotlin Notebook, render can be switched from Swing to Web in two ways:
Globally
In plugin settings, disable Render Kandy plots natively:
Locally
In notebook code, disable swing rendering in letsPlotNotebookConfig notebook variable before plot display:
letsPlotNotebookConfig.swingEnabled = false
The text was updated successfully, but these errors were encountered:
Now
ggtb()
is not supported in Swing and thus cannot be supported in Swing outputs in Kotlin Notebook. Nowggtb()
doesn't have any effect with the default KTNB settings.Temporary workarounds:
ggtb()
should be used with Web render. In Kotlin Notebook, render can be switched from Swing to Web in two ways:In plugin settings, disable
Render Kandy plots natively
:In notebook code, disable swing rendering in
letsPlotNotebookConfig
notebook variable before plot display:The text was updated successfully, but these errors were encountered: