Matlab plot Option

Source: Internet
Author: User
Plot (x, y, 'options'). This is the basic usage of plot. The following is the option parameter:
Color
'R' red 'M' pink 'G' green 'C' cyan 'B' blue 'W' white 'y' yellow 'K' blackLine Type'-'Solid line' -- 'dotted line': 'dotted line'-.'MARK Point'.' Use the point number to draw data points
'^' Draw data points by using a triangle '+' draw data points by '+'
'V' use the lower triangle to draw data points '*' Use the '*' sign to draw data points
'>' Use the right triangle to draw data points '.' Use the '.' sign to draw data points.
'<' Use the Left triangle to draw data points 's' or squar use a square to draw data points
'P' draw data points with five-pointed stars 'D' or diamond draw data points with diamond
'H' draw data points with hexagonal stars
For example, if plot (x, y, '+') is used, a '+' sign is drawn at each vertex, then you can set 16 different options for each of your 16 graphs (after a combination, there will be 16 options)
 
From: http://zhidao.baidu.com/question/98878401.html

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.