About 158,000 results
Open links in new tab
  1. Plot multiple lines with gradient gray hue - MATLAB Answers

    Nov 29, 2022 · Plot multiple lines with gradient gray hue. Learn more about plot, rgb, colors I have created a 10-line plot and I want each line to have a gray hue, gradient from dark for the first …

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

    Apr 8, 2011 · As-is, the line will go from blue to red, then back towards blue, then back towards red as y increases. It should go from blue to red with no back-tracking of color if the intent is to …

  3. How can I create a gradient of 255 line plots? - MATLAB

    Nov 29, 2022 · I am plotting many lines on a single plot but too many to manually give each line a specific color. I need to create a gradient of these lines (each line representing a different time …

  4. How to set plot color for N curves to be a gradient of N color …

    Nov 29, 2022 · I would like to plot these datasets as a color gradient where each dataset is a different shade a given color, say from light blue to dark blue. Ideally, I would like the first and …

  5. Specify Plot Colors - MATLAB & Simulink - MathWorks

    To specify colors with either approach, call the desired plotting function with an output argument so you can access the individual plot objects. Then set properties on the plot object you want …

  6. How can I programatically create a custom color gradient for a …

    Apr 29, 2016 · I would like to create a plot with a color gradient that ranges from red to almost white. For example, I need 5 intermediate colors in a color vector where the darkest color is [1 …

  7. gradient - Numerical gradient - MATLAB - MathWorks

    [FX,FY] = gradient(F) returns the x and y components of the two-dimensional numerical gradient of matrix F. The additional output FY corresponds to ∂ F /∂ y , which are the differences in the …

  8. How to make a colour gradient with 60 lines on a graph

    May 20, 2022 · You can set the ColorOrder property of the axes to control the colors of the plotted lines, without having to specify each line's color when it's plotted.

  9. Coloring a Line Based on Height, Gradient, or Some Other

    Aug 12, 2014 · MATLAB Answers is a great resource for getting help from the MATLAB community. There was a recent question that inspired this video. I took the question to mean, …

  10. scatter plot with color gradient on y-values - MATLAB Answers

    Jun 8, 2020 · Hello, I have a question: when making a scatterplot with a color gradient, what I want is that this gradient is applied to the values on the Y axis, not to those on the X axis …

Refresh