-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Hi Author, thank you very much for developing the spateo package — it is really a great and useful tool!
I’m currently trying to visualize the spatial expression of certain genes in a point cloud + mesh model.
My goal is to plot cells that express the target gene in blue, and cells without expression in grey.
I noticed that the functionst.pl.static.three_d_plot.three_dims_plots.plot_expression_3D seems to be able to achieve this.
However, when I tried to use it, I encountered the following error: AttributeError: 'function' object has no attribute 'three_dims_plots'
Could you please advise me on the correct way to call plot_expression_3D to achieve my goal?
Or do you have any alternative suggestions for implementing this functionality in spateo?
I would appreciate your guidance and I’m looking forward to your reply.
Thanks again for your excellent work on this package!
@Xiaojieqiu @YifanLu2000