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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T09:06:37+00:00 2026-06-04T09:06:37+00:00

Whenever I generate an image it very easy to zoom it manually using pylab,

  • 0

Whenever I generate an image it very easy to zoom it manually using pylab, i.e. drawing a rectangle around the region we intend to zoom in. I was wondering if it was possible coding this operation.

Here is an example code, where I generate a 100×100 image with random values on each row:

from random import *
from pylab import *
from numpy import *


a=ones((100,100))
image=array([dummy*random() for dummy in a])

imshow(image,extent=[0,1]+[5,6])

In the above example our image extends from 0 to 1 in the x-axis and from 5 to 6 in the y-axis. How can show a zoom on the image, let’s say in the region 0.5

  • 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-04T09:06:38+00:00Added an answer on June 4, 2026 at 9:06 am

    You can use scipy.ndimage.interpolation.zoom() to resize array.

    Edit:

    Sorry, I misunstand your question. You can use xlim() and ylim() to set the range of X and Y axis:

    import numpy as np
    import pylab as pl
    
    y, x = np.ogrid[-1:1:100j, -1:1:100j]
    z = np.sin(4*(x**2+y**2))
    
    pl.imshow(z, origin="lower", extent=(-1,1,-1,1))
    pl.xlim(-0.5, 0)
    pl.ylim(0.5, 1.0)
    pl.show()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using MagickCore to generate images from scratch. I'm trying to save my Image
I'm using NetBeans + Rails 2.3.8. I notice that whenever I generate a model,
I'm using DBD::Oracle in perl, and whenever a connection fails, the client generates a
I have a php code which generate an gif-image defined by a set of
I’m using django and reportlab tool generate Dynamic PDF reports. All the data in
I'm trying to display an update progress loading image whenever my update panel does
I have a HTTPHandler that produces a Captcha image to the user whenever the
I´m trying to have a loading image while waiting for the server to generate
I have a requirement to generate an email to administrator whenever a user sign
I have made a java application and wants to generate log files so whenever

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.