Skip to content Accesskey=4Skip to sub-navigation Accesskey=3View our Accessibility Options MIT Information Systems Home About IS&T Contact IS&T Site Map Search Advanced Search
Getting StartedGetting Services by Topic or Alphabetically Getting Help

On This Page

[Help]

  

Quick Links

Top Level

Related Links

Ask OLC a question

Athena Consulting Homepage

Helpdesk Stock Answers (for Mac/PC questions)


How to plot in DIFFERENT COLORS

If you have hard time seeing some of the plots that you do in matlab on
the color workstations, you should probably change the colors.

To find out how to do that, you can type at the matlab prompt:

	help plot

In short, color can be specified inside the plot command.  You can type:

	plot(x,y,'w')

to plot a white line.  You can also use other colors -- they are all
listed in the plot help information.

MIT Home | Getting Started | Getting Services | Getting Help | About IS&T | Accessibility
Ask a technology question or send a comment about this web page.