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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T19:50:53+00:00 2026-06-16T19:50:53+00:00

For a very large data-set, how can gnuplot be used to only put tic

  • 0

For a very large data-set, how can gnuplot be used to only put tic marks/labels on the x axis for just the first and last data point?

  • 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-16T19:50:54+00:00Added an answer on June 16, 2026 at 7:50 pm

    With gnuplot 4.6 and up, you can use the commands

    stats 'data.dat'
    set xtics \
     (sprintf("%.2g",STATS_min_x) STATS_min_x, \
      sprintf("%.2g",STATS_max_x) STATS_max_x)
    plot 'data.dat'
    

    With other versions of gnuplot, you can use this similar sequence of commands:

    # this setting makes sure we don't make an output right away
    set terminal unknown
    plot 'data.dat'
    set xtics \
     (sprintf("%.2g",GPVAL_DATA_X_MIN) GPVAL_DATA_X_MIN, \
      sprintf("%.2g",GPVAL_DATA_X_MAX) GPVAL_DATA_X_MAX)
    set terminal <actual terminal>
    replot
    

    The set xtics command takes comma-separated pairs of strings with data values, all inside parentheses.

    (Here I assume you want the minimum and maximum, not the first and last, data points.)

    For more info you can run these at the gnuplot command line:

    help set format

    help set stats

    show variables all

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

Sidebar

Related Questions

I have a very large possible data set that I am trying to visualize
I have a very large data set, and I have already split it into
I have a very large data set that contains multiple groups. They all contain
I have a large data set of nucleotide sequences (long strings simply put) which
I am working with a very large data set which I am downloading from
I am using defaultdict(set) to populate an internal mapping in a very large data
So I have a very large project which when run prints a data set
Dealing with very large bool data set, try to use bit-wise operation to handle
I'm using ZedGraph to plot a very large data set (ranges from 500,000 data
I have a very large data file with around 60000 rows. I need to

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.