About 50 results
Open links in new tab
  1. Specify Plot Colors - MATLAB & Simulink - MathWorks

    Specify Plot Colors MATLAB ® creates plots using a default set of colors. The default colors provide a clean and consistent look across the different plots you create. You can customize the colors if you …

  2. Specify Line and Marker Appearance in Plots - MATLAB & Simulink

    Specify Line and Marker Appearance in Plots MATLAB ® creates plots using a default set of line styles, colors, and markers. These defaults provide a clean and consistent look across the different plots …

  3. plot - 2-D line plot - MATLAB - MathWorks

    This MATLAB function creates a 2-D line plot of the data in Y versus the corresponding values in X.

  4. Control Automatic Selection of Colors and Line Styles in Plots

    Control Automatic Selection of Colors and Line Styles in Plots When you plot multiple data sets together in the same axes, MATLAB ® helps you to distinguish your data sets by varying their appearance. …

  5. How to plot a line of a certain color? - MATLAB Answers - MathWorks

    Aug 15, 2014 · To plot a line of a certain color in a graph or chart, you can use the color parameter in the plotting function of your programming language. Here's an example of how to do it in Python using …

  6. Line - Chart line appearance and behavior - MATLAB - MathWorks

    Line properties control the appearance and behavior of a Line object. By changing property values, you can modify certain aspects of the line chart. Use dot notation to query and set properties.

  7. Explicitly specifying line colors when plotting a matrix - MATLAB ...

    Oct 30, 2011 · Defines the colors used by the plot and plot3 functions to color each line plotted. If you do not specify a line color with plot and plot3, these functions cycle through the ColorOrder property to …

  8. how to color individual lines in a plot - MATLAB Answers - MathWorks

    Jan 4, 2019 · Hello all, I'm a novice user and I'm attempting to use something like "colormap jet" on a plot so that each line within the plot is a different color. The x-axis is temperature and the y-axis is d...

  9. line - Create primitive line - MATLAB - MathWorks

    This MATLAB function plots a line in the current axes using the data in vectors x and y.

  10. How do I vary color along a 2D line? - MATLAB Answers - MathWorks

    Apr 8, 2011 · I am plotting the x,y position of a point over time. I have the data in two vectors, xpos and ypos, and I plot the path of this point using plot (xpos,ypos). I would like to have this line change …