How can i draw this plot?
4 views (last 30 days)
Show older comments
Hi everybody I want to draw this plot exactly like the picture.
imshow(imread('f.jpg'))
3 Comments
Star Strider
on 28 Apr 2025
Edited: Star Strider
on 28 Apr 2025
There is nothing in the image.
The URL is:
However that apparently does not lead to anything.
The size may be a problem, so check that to be sure it is less than the 5 MB limit.
EDIT — (28 Apr 2025 at 17:57)
The second time also failed.
See if it works using the 'Picture' icon (the left-most icon in the 'INSERT' part of the top toolstrip).
.
Accepted Answer
Sam Chak
on 28 Apr 2025
Moved: Sam Chak
on 28 Apr 2025
Hi @S AsZ
Perhaps try this:
sphere(100)
colormap copper % select color scheme from the colormap library
shading interp
light
lighting phong
axis equal
xlim([-2 2])
zlim([-2 2])
view(0, 0)
4 Comments
Sam Chak
on 29 Apr 2025
Hi @S AsZ
If you want to display the statistical data on the number of publications over the years, wouldn't a bar chart be more effective?
Creating metallic spheres with an Nvidia-like ray tracing effect is unlikely to impress the presentation audience, journal editor or increase the acceptance chances of the manuscript. Furthermore, it can obstruct the other "sphere" like in the case of Year 2017.

More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


