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
To Reproduce
Generate histograms normally using Seaborn without importing Lux:
importpandasaspdimportseabornassnsBEERS=pd.read_csv('https://raw.githubusercontent.com/camillasancricca/DATADIQ/master/BEERS.csv')
sns.histplot(BEERS)
# Plot generated with no errors
importing Lux raises IndexError: Requested axis not found in manager:
Expected behavior
Lux should not impact Seaborn plot generation.
Debugging information
Seaborn version 0.13.2
Package Versions
----------------
Version
python 3.12.6
lux 0.5.1
pandas 2.2.3
luxwidget 0.1.11
matplotlib 3.9.2
altair 5.4.1
IPython 8.28.0
ipykernel 6.29.5
ipywidgets 8.1.5
jupyter_client 8.6.3
jupyter_core 5.7.2
jupyter_server 2.14.2
jupyterlab 4.2.5
nbclient 0.10.0
nbconvert 7.16.4
nbformat 5.10.4
notebook 7.2.2
qtconsole not installed
traitlets 5.14.3
Widget Setup
-------------
✅ Jupyter Notebook Running
❌ Failed to run 'jupyter nbextension list'
❌ WARNING: luxwidget is not enabled in Jupyter Notebook.
You may need to run the following code in your command line:
jupyter nbextension install --py luxwidget
jupyter nbextension enable --py luxwidget
Additional context
Filing as a bug here rather than on Seaborn since the traceback shows the error being thrown by Pandas, which I assume would be due to some modification Lux makes to it.
Describe the bug
Importing Lux breaks Seaborn.
To Reproduce
Generate histograms normally using Seaborn without importing Lux:
importing Lux raises
IndexError: Requested axis not found in manager
:Expected behavior
Lux should not impact Seaborn plot generation.
Debugging information
Seaborn version
0.13.2
Additional context
Filing as a bug here rather than on Seaborn since the traceback shows the error being thrown by Pandas, which I assume would be due to some modification Lux makes to it.
Traceback:
The text was updated successfully, but these errors were encountered: