Skip to content
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

scatter function #814

Closed
Nelson-numerical-software opened this issue Dec 28, 2022 · 1 comment · Fixed by #994
Closed

scatter function #814

Nelson-numerical-software opened this issue Dec 28, 2022 · 1 comment · Fixed by #994

Comments

@Nelson-numerical-software
Copy link
Collaborator

No description provided.

@Nelson-numerical-software
Copy link
Collaborator Author

scatter3 workaround:

f = figure();
rng(0)
npts = 1000;
lon = 2*pi*rand(1,npts) - pi;
lat = acos(2*rand(1,npts) - 1);
x = cos(lon).*cos(lat);
y = cos(lon).*sin(lat);
z = sin(lon);
plot3(x,y,z,'ob','MarkerSize',10,'LineStyle','none')

Nelson-numerical-software added a commit that referenced this issue Nov 2, 2023
@Nelson-numerical-software Nelson-numerical-software linked a pull request Nov 2, 2023 that will close this issue
Nelson-numerical-software added a commit that referenced this issue Nov 2, 2023
Nelson-numerical-software added a commit that referenced this issue Nov 2, 2023
Nelson-numerical-software added a commit that referenced this issue Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant