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

1 次查看(过去 30 天)
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)

回答(1 个)

Arthi Sathyamurthi
Arthi Sathyamurthi 2021-3-25
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 个评论
Zen der Tasi
Zen der Tasi 2021-3-26
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Stem Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by