-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLOUD #33
Comments
Hi, thanks for developing this great tool. I want to plot 3D scatter plot and map the point colors with another column(not in x,y,z), how should I use the cloud function to create this and add a color bar beside the plot. Tnanks for your reply! |
Can you provide a reproducible code example of what you have tried so far, and how the desired output should look like? Basically you can provide any column as input for lattice xyplot() family functions, the names do not matter. What is the cloud function, what does it do? |
Hi, this is my code
I want to change the points colors according to exp range, and the colorbar seems not right. What should I do to achive this? Thanks for your reply! |
Hey, now I see what you mean. One option is to use the
That doesn't fix the legend though, you might have to add one by hand. |
Thanks for your help! |
No description provided.
The text was updated successfully, but these errors were encountered: