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 7631581
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T06:23:27+00:00 2026-05-31T06:23:27+00:00

I have a 3 data sets, X,Y,Z which are my axes and my data

  • 0

I have a 3 data sets, X,Y,Z which are my axes and my data respectively. They are well defined, i.e.
len(X) = len(Y) = len(Z) = len(Z[i]) = N for i in range(0,N).

I would like to make a similar to a contourf plot (I already made it), but using discrete axes, like a “contour squares”, where each square (x,y) has a color given by the Z value (which is a float value).

So far I’m using the contourf(X,Y,Z), but it makes some interpolations that I don’t want, I need a better visualization with squares.

Does anyone knows how to do it?

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-05-31T06:23:28+00:00Added an answer on May 31, 2026 at 6:23 am

    You should use matshow or imshow plotting functions.

    An important argument here is the interpolation one.
    Check this example from the matplotlib gallery to see some examples.

    By using matshow(), keyword arguments are passed to imshow().
    matshow() sets defaults for origin, interpolation (=’nearest’), and aspect.

    here is an example from my own work…

    # level, time and conc are previously read from a file
    
    X,Y=[level,time]   
    Z=conc.transpose() # Create the data to be plotted
    
    cax = matshow(Z, origin='lower', vmin=0, vmax=500)
        # I am telling all the Z values above 500 will have the same color
        # in the plot (if vmin or vmax are not given, they are taken from
        # the input’s minimum and maximum value respectively)
    grid(True)
    cbar = colorbar(cax)
    

    …which returns this plot:

    perfil vertical

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

Sidebar

Related Questions

I have three data sets of different lengths and I would like to plot
I have a System.Data.DataTable which is populated by reading a CSV file which sets
I have a dialog which is used to create 2 sets of data which
I have two sets of data which I need to join, but there is
I have an application that has different data sets depending on which company the
I have a bunch of .cpp files which together process similar data files but
I have the need to merge data sets by row but they have differing
In the library I'm working on, we have data sets (which may be subsets
I have large data sets (10 Hz data, so 864k points per 24 Hours)
I have several medium-sized data sets in-memory that I need to be able to

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.