Hi,
I wanted to test your library, but unfortunatly, I cannot load it as it throws an ModuleNotFoundError:
>>> import plotnine3d
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/hannah/.local/lib/python3.10/site-packages/plotnine3d/__init__.py", line 1, in <module>
from .geoms import geom_point_3d, geom_polygon_3d, geom_line_3d, geom_voxel_3d, geom_text_3d, geom_label_3d
File "/home/hannah/.local/lib/python3.10/site-packages/plotnine3d/geoms.py", line 2, in <module>
from plotnine.utils import to_rgba, SIZE_FACTOR
ModuleNotFoundError: No module named 'plotnine.utils'
I am using Ubuntu 22 with plotnine 0.13.1 and plotnine3d 0.0.6.