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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T17:59:54+00:00 2026-05-31T17:59:54+00:00

I am drawing multiple graphs via a shell script in gnuplot. The graphs are

  • 0

I am drawing multiple graphs via a shell script in gnuplot.
The graphs are drawn correctly, but am not am able to zoom in . Does any variable need to be set?
Here is the code:

---   for loop of script starts---
    gnuplot -persist <<EOF
            set term x11 1
            set title "IP : $ip Upstream capacity:$UP_CAP kbps"
            plot 'trace-0-dir1.txt' using (\$1-$min1):(\$2-\$1-$mindelay1) with lp
            set term x11 2
            set title "IP: $ip Downstream capacity:$DOWN_CAP kbps"
            plot 'trace-0-dir2.txt' using (\$1-$min2):(\$2-\$1-$mindelay2) with lp

    EOF
   ---for loop ends---
  • 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-31T17:59:55+00:00Added an answer on May 31, 2026 at 5:59 pm

    Once you switch away from the “x11 1” window the zooming is disabled. To regain control, you should switch back to the specific window (set term x11 1). Another issue is the x11 terminal. You should use wxt which can keep windows alive.

    You can solve your issue by using the wxt terminal and separating the two plot commands, therefore not switching away from the window:

    ---   for loop of script starts---
    gnuplot -persist <<EOF
    set term wxt
    set title "first"
    plot x
    EOF
    gnuplot -persist <<EOF
    set term wxt
    set title "second"
    plot x**2
    EOF
    ---for loop ends---
    

    With this, you have two zoomable windows open and you can still use your shell variables.

    In general, you do not have to have console open in order to have active windows, just an appropriate terminal. Especially, the command

    gnuplot --persist -e 'plot[0:10] sqrt(x)'
    

    produces scrollable and zoomable windows if used with wxt. Try

    gnuplot --persist -e 'set term wxt; plot[0:10] sqrt(x)'
    

    Hope this helps.

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

Sidebar

Related Questions

Is there any Cocoa control that is capable of drawing tile maps with multiple
I have a vector drawing app where users can draw lines using multiple quadratic
Drawing a blank on this, and google was not helpful. Want to make a
I'm creating an drawing application with HTML5 canvas but is having problems with positioning.
I can't post images yet: https://i.stack.imgur.com/dJio5.jpg Using Actionscript 3 I'm drawing multiple Shapes onto
Is there any way to animate multiple views at the same time? What I
I need to make a very simple drawing of a graph (NOT a chart
I have an array that contains the points for drawing multiple hills. When I
Since I use System.Drawing.Color.Gainsboro in multiple places in my app: if (tb.BackColor.Equals(System.Drawing.Color.Gainsboro)) { ...I
Im trying to find an algorithm for drawing a common outline between multiple polygons.

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.