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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T07:20:37+00:00 2026-05-15T07:20:37+00:00

I want to fix the color range on multiple scatter plots and add in

  • 0

I want to fix the color range on multiple scatter plots and add in a colorbar to each plot (which will be the same in each figure). Essentially, I’m fixing all aspects of the axes and colorspace etc. so that the plots are directly comparable by eye.

For the life of me, I can’t seem to figure out all the various ways of fixing the color-range. I’ve tried vmin, vmax, but it doesn’t seem to do anything, I’ve also tried clim(x,y) and that doesn’t seem to work either.

This must come up here and there, I can’t be the only one that wants to compare various subsets of data amongst plots… so, how do you fix the colors so that each data keeps it’s color between plots and doesn’t get remapped to a different color due to the change in max/min of the subset -v- the whole set?

  • 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-15T07:20:38+00:00Added an answer on May 15, 2026 at 7:20 am

    Setting vmin and vmax should do this.

    Here’s an example:

    import matplotlib.pyplot as plt
    
    xyc = range(20)
    
    plt.subplot(121)
    plt.scatter(xyc[:13], xyc[:13], c=xyc[:13], s=35, vmin=0, vmax=20)
    plt.colorbar()
    plt.xlim(0, 20)
    plt.ylim(0, 20)
    
    plt.subplot(122)
    plt.scatter(xyc[8:20], xyc[8:20], c=xyc[8:20], s=35, vmin=0, vmax=20)   
    plt.colorbar()
    plt.xlim(0, 20)
    plt.ylim(0, 20)
    
    plt.show()
    

    And the plot this produces:

    alt text

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

Sidebar

Related Questions

What I want to do is that the background color will remain the same
To fix the UITextview blue color issue for links in ios ( i want
I want to fix this link appearing in the color blue, when it should
I want to fix the Background while only the ListFields scrolls. Current Problem: Scrolling
I am facing a GCC warning that I want to fix. Basically I am
i have a double, the decimal place isn't fix (8-?) i want to fix
I want test a FIX gateway for our company and was wondering if anything
I want to know if there is any way to fix all the PEP-8
I'm using QuickFIX and C# to create a FIX acceptor (server). I want the
I am using pcolor with a custom color map to plot a matrix of

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.