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

  • Home
  • SEARCH
  • 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 8619349
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T06:19:04+00:00 2026-06-12T06:19:04+00:00

x = linspace(0,10,100) Gives me 100 equal section from 0 to 10. How can

  • 0
x = linspace(0,10,100)

Gives me 100 equal section from 0 to 10. How can I get some stretched sections, e.g, 60 sections from 0 to 2 and 40 sections from 2 to 10?

Can anyone please tell me? I am using python 2.7.2
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-12T06:19:05+00:00Added an answer on June 12, 2026 at 6:19 am
    np.concatenate([np.linspace(0, 2, 60), np.linspace(2, 10, 40)])
    

    or to avoid repeating 2 :

    np.concatenate([np.linspace(0, 2, 60), np.linspace(2, 10, 40)[1:]])
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to call the index of a matrix made using the linspace command,
I'm using the following code: x = linspace(0, 9, 10); y1 = x; y2
I'm using ode45() in matlab for some work in dynamics, using this procedure to
Is it possible to increase the antialiasing in matplotlib? I can still see some
Define data x = np.linspace(0,2*np.pi,100) y = 2*np.sin(x) Plot fig = plt.figure() ax =
Can somebody tell me what I am doing wrong with the quiver plotting function
Snippet: ax = Axes3D(self.fig) u = np.linspace(0, 2 * np.pi, 100) v = np.linspace(0,
I'm using python 2.7 And trying to get this code to work and keep
In my application I'm transitioning from R to native Python (scipy + matplotlib) where
I know I can create a 3D surface plot in MATLAB by doing: x

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.