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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T05:34:53+00:00 2026-06-07T05:34:53+00:00

I have a random vector field, i.e the vectors are not functions of the

  • 0

I have a random vector field, i.e the vectors are not functions of the coordinates, but are some random values. I have the data in a 4 column file where the first two columns specify the x and the y coordinate of the origin of the vector and the next two columns have the x and the y component of the vector at that point. How to make a vector plot using matplotlib for such a data. The quiver probably won’t work because the vector is not a function of the coordinates.

  • 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-07T05:34:55+00:00Added an answer on June 7, 2026 at 5:34 am

    Quiver does exactly what you need. There’s no need for things to be on a regular grid.

    import matplotlib.pyplot as plt
    import numpy as np
    
    x, y, u, v = np.random.random((4,10))
    plt.quiver(x, y, u, v)
    plt.show()
    

    enter image description here

    Or am I just misunderstanding your question?

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

Sidebar

Related Questions

I have a some vector data that has been manually created, it is just
I have to do the following: Given a vector with random numbers, separate it
I got requirements- 1. Have random values in a List/Array and I need to
I have some random string, let's say : s = This string has some
Hi I have this basic random quote script, but I would like it to
Possible Duplicate: True random number generator I have worked with random functions in python,ruby,
Just random pick some methods that I have found: sforce.connection.describeSObject sforce.SearchResult sforce.sObject sforce.LeadConvert() sforce.connection.create()
I have 2 input variables: a vector of p-values ( p ) with N
I have written some C++ code that generates a std::vector. I also have a
In my algorithm I have two values that I need to choose at random

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.