Graph Decoration in python💀
Some graphs properties that you can use to make any graph :
marker
|
It can change the line into points For example: marker=’>’ or marker=’*’ |
ms |
marker size for example: ms=’20’ or ms=’10’ |
mec |
It can change marker edge color For example: mec=’red’ or mec=’k’ |
mfc |
It can change marker face color For example: mfc=’blue, or mfc=’ #4CAF50’ |
ls |
It can change line style For example: Ls=’:’ |
color |
It can change the color of line For example: color=’black’ |
linewidth |
It can change line width of the graph For example: mfc=’10’ |
kind |
it can representthe kind of graph for example: kind="scatter" |
here is some programs: