Is there any way to plot two plots in same figure and changing the transparency separately?

3 visualizaciones (últimos 30 días)
I want to plot 3 plots in matlab in the same figure. In the figure shown, orange dots have been made using scatter plot and other one( torus) using surface command. When I use alpha to set transparency, it causes issues. I want to set transparency for torus to 0.2 and for scatter plot to 0.6. Is there any way to achieve this?
workspace.png
  1 comentario
Adam
Adam el 13 de Dic. de 2018
Saying it 'causes issues' is no help to anyone trying to help you! Say what actually happens. do you get an error? Does it not apply the transparency correctly? Something else?

Iniciar sesión para comentar.

Respuestas (1)

madhan ravi
madhan ravi el 13 de Dic. de 2018
Editada: madhan ravi el 13 de Dic. de 2018
why not? create a handle for each plot command and set the transparency factor as mentioned Here

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by