Faded color under area of curve

8 ビュー (過去 30 日間)
Brett Kemman
Brett Kemman 2019 年 9 月 13 日
回答済み: Raunak Gupta 2019 年 9 月 16 日
Is there a way to fade the color under the area of a curve? For example, in an increasing plot that starts at 1 the area beneath the curve is white and as the curve increases to 100 it becomes a dark blue.
I'm aware of the area(x,y) function, but that just gives me a solid color.
  1 件のコメント
Johannes Fischer
Johannes Fischer 2019 年 9 月 13 日
I think this solution by Patrick Kalita should apply to your question as well:
Depending on you application you might want to increase the number of colors on the colormap, e.g. adding
colormap(parula(256))
at the end.

サインインしてコメントする。

回答 (1 件)

Raunak Gupta
Raunak Gupta 2019 年 9 月 16 日
Hi,
There is a similar answer which may be of revelance to you : https://www.mathworks.com/matlabcentral/answers/1387-area-plot-with-gradient.
For Linearly increasing the color as you mentioned from 1 to 100, You can use M(x) = x.
Hope this helps.

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by