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
Please indicate the following details about the environment in which you found the bug:
Copulas version: 0.12.0
Python version: 3.12.7
Operating System: Linux 6.12.4
Error Description
No plots are displayed on the Quickstart page. I tried using the same commands on my jupyter notebook but to no avail.
Steps to reproduce
Go to the Quickstart page or run the following commands as listed in the Quickstart page.
from copulas.datasets import sample_trivariate_xyz
data = sample_trivariate_xyz()
data.head()
from copulas.visualization import scatter_3d
scatter_3d(data)
The text was updated successfully, but these errors were encountered:
ATM-Jahid
added
bug
There is an error in the code that needs to be fixed
new
Automatic label applied to new issues
labels
Dec 13, 2024
Environment Details
Please indicate the following details about the environment in which you found the bug:
Error Description
No plots are displayed on the Quickstart page. I tried using the same commands on my jupyter notebook but to no avail.
Steps to reproduce
Go to the Quickstart page or run the following commands as listed in the Quickstart page.
The text was updated successfully, but these errors were encountered: