when saving the figure ,the color made by stem function will change
2 views (last 30 days)
Show older comments
hello everyone
I got some problem here
I use the stem function to make a figure like this
but every time when i save this figure
the color of the stem will change into black like this
so i want to know is there any solution to fixed it?
(ps: the format i use was .png & .jpg)
Answers (1)
Arthi Sathyamurthi
on 25 Mar 2021
Hello Zen,
Looks like your .png/.jpeg file still holds the same color. Try changing the linewidth property and use the marker property. You can also have different colors for the stem and Marker. But make sure you are giving the right value for the colors. But from your stem plot I can observe that each stem has its own depth. On general stem plot is used to plot discrete sequence data. You can try to use a stem3 plot or other different plots such as bar or surf if it suits your application. You can also have a look at different types of Matlab plots here.
See Also
Categories
Find more on Line Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!