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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T12:45:28+00:00 2026-05-24T12:45:28+00:00

I study for sometime but didn’t get the answer yet. The data is like:

  • 0

I study for sometime but didn’t get the answer yet.

The data is like:

#X0, Y0_0, Y0_1
1 1 2
3 2 4
7 1 3
....

I need to draw vectical line from (X0, Y0_0) to (X0, Y0_1). gnuplot has financebar and candlesticks but they are too much.

I just want a single vectical line for each record.

Appreciate for any help.

  • 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-24T12:45:29+00:00Added an answer on May 24, 2026 at 12:45 pm

    If I understand correctly what you are after, the following script should do the job:

    set offsets 1, 1, 1, 1
    set key off
    plot "-" u 1:2:(0):($3) w vectors nohead
      1 1 2
      3 2 4
      7 1 3
      e
    

    What it does:

    1. It sets the offset, so that you can see the left and right vector, so that it is not hidden by the axis.
    2. Remove the label, since it has no use in this example
    3. Plots vectors with no head (a single vertical line). The “parameters” are as stated here the x y dx dy. The (0) stands for dx=0 and the brackets are important. Otherwise the column 0 would be used which in gnuplot is the index of the data (line number).

    Below the plot you will get with the script above:
    Plot from script above

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

Sidebar

Related Questions

I like to study languages outside my comfort zone, but I've had a hard
I am starting study java2me. But I have some source study about it like
The situation When you study social sciences, you are frequently confronted with the need
I'd like to study some good C/C++ code. The code should: be good in
I would like to study the source of the Razor view engine. Since MS
In my ASP.NET MVC application I need to implement persistence of data. I've choose
I planning my inaugural data load into GAE and really want to get my
I have started to study UML standard and would need little help with two
i'm try to study Core Data programming to develop Mac OSX application... I've Snow
I'm making a study on refactoring limitations on improving existing software architecture and I

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.