Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8694541
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T00:48:38+00:00 2026-06-13T00:48:38+00:00

I am using plot3 to plot a matrix such that the resultant figure shows

  • 0

I am using plot3 to plot a matrix such that the resultant figure shows different colors for each vector of that matrix:

plot3(Grid.x1(:,:),Grid.x2(:,:),phi(:,:))

enter image description here

How can I smooth the coloring of this plot? Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T00:48:39+00:00Added an answer on June 13, 2026 at 12:48 am

    You can use varycolor from FileExchange to construct and control a continuous range color spectrum. This way the transition between different lines will seem more natural and proximal lines will have similar colors.

    You can read more and see examples usage here http://blogs.mathworks.com/pick/2008/08/15/colors-for-your-multi-line-plots/

    Example:

    [X,Y,Z] = peaks(128);
    
    % raw plot3()
    figure; plot3(X, Y, Z); 
    

    enter image description here

    % define set equal to line number
    ColorSet = varycolor(128);
    
    % smooth plot3()
    figure; hold all;
    set(gca, 'ColorOrder', ColorSet);
    plot3(X, Y, Z); view(3); 
    

    enter image description here

    Update:
    For a continuous 3D plot (i.e. a surface) you can use surfl instead of plot3 and display your data as a 3-D Surface Plot (with Shading). You can additionally apply any colormap on the resulting surface, i.e. gray or ColorSet as above.

    surfl(X,Y,Z);
    shading interp;
    colormap(gray); 
    

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing an iOS app using Core Plot headers. I have different UI for
I have some data that I want to display as a box plot using
All the three variables I am using to plot are matrix of size 1x1x100
I am using pcolor with a custom color map to plot a matrix of
I am trying to plot a matrix where each element is in one out
I want to plot a confusion matrix using Pylab. The class labels along the
I have a 50x50 matrix which I am using to plot imagesc plot. I
At present, I generate a figure using the following script dat <- matrix(runif(1000*99),99,1000) dat
I'm using RPy2 to make some plots. The plot shows up but the X11
I am plotting 20 different lines on a single plot using matplotlib. I use

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.