Borrar filtros
Borrar filtros

How can i plot a marker which is only half solid?

19 visualizaciones (últimos 30 días)
xinjun li
xinjun li el 26 de Mayo de 2017
Respondida: Davis Lee el 25 de En. de 2021
Hi,everyone. How can I plot a 2D picture using marker which is only half solid? Thanks very much.

Respuesta aceptada

Stephen23
Stephen23 el 26 de Mayo de 2017
Editada: Stephen23 el 26 de Mayo de 2017

Más respuestas (2)

Davis Lee
Davis Lee el 25 de En. de 2021
I was able to do this with the text command and the appropriate code for the shape I wanted.
I made a plot and then place a symbol where I needed it.
for me a half filled circle:
...
text(-1.76,0, char(9680) ,'fontsize', 8)
...
https://altcodeunicode.com/alt-codes-geometric-shape-symbols/

MathReallyWorks
MathReallyWorks el 26 de Mayo de 2017
Hello xinjun li,
There is no such specifier present in matlab. If you really want them then you will have to create them using Stephen's link of custom marker plot.
Otherwise you can use different colors for these specifiers rather than full solid and half solid.
Checkout the specifiers present in matlab: Marker Specifiers

Categorías

Más información sobre Annotations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!