MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics) MATLAB Function Reference (Volume 2: Graphics)

12.07.2015 Views

LineSpecColor SpecifiersSpecifierrgbcmykwColorredgreenbluecyanmagentayellowblackwhiteMany plotting commands accept a LineSpec argument that defines threecomponents used to specify lines:• Line style• Marker symbol• ColorFor example,plot(x,y,'−.or')plots y versus x using a dash-dot line (−.), places circular markers (o) at thedata points, and colors both line and marker red (r). Specify the components (inany order) as a quoted string after the data arguments.If you specify a marker, but not a line style, MATLAB plots only the markers.For example,plot(x,y,'d')RelatedPropertiesWhen using the plot and plot3 functions, you can also specify othercharacteristics of lines using graphics properties:2-288

LineSpec• LineWidth – specifies the width (in points) of the line• MarkerEdgeColor – specifies the color of the marker or the edge color forfilledmarkers (circle, square, diamond, pentagram, hexagram, and the fourtriangles).• MarkerFaceColor – specifies the color of the face of filled markers.• MarkerSize – specifies the size of the marker in points.In addition, you can specify the LineStyle, Color, and Marker propertiesinstead of using the symbol string. This is useful if you want to specify a colorthat is not in the list by using RGB values. See ColorSpec for more informationon color.2-289

LineSpec• LineWidth – specifies the width (in points) of the line• MarkerEdgeColor – specifies the color of the marker or the edge color forfilledmarkers (circle, square, diamond, pentagram, hexagram, and the fourtriangles).• MarkerFaceColor – specifies the color of the face of filled markers.• MarkerSize – specifies the size of the marker in points.In addition, you can specify the LineStyle, Color, and Marker propertiesinstead of using the symbol string. This is useful if you want to specify a colorthat is not in the list by using RGB values. See ColorSpec for more informationon color.2-289

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!