when saving the figure ,the color made by stem function will change

1 view (last 30 days)
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
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.
  1 Comment
Zen der Tasi
Zen der Tasi on 26 Mar 2021
thank for answer my question
I had just change the the linewidth property ,but it still doesn't work.
l closed the marker property for my specifical purpose ,so i didn't open it.

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!