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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T02:13:08+00:00 2026-05-24T02:13:08+00:00

Normally when using interactively gnuplot I do: gnuplot> plot state_log_6548032.data using 4 with lines

  • 0

Normally when using interactively gnuplot I do:

gnuplot> plot "state_log_6548032.data" using 4 with lines lt -1 lw 0.5 title "X axis" ,\
>"state_log_6548032.data" using 5 with lines lt 1 lw 0.5 title "Y axis" ,\
>"state_log_6548032.data" using 6 with lines lt 2 lw 0.5 title "Z axis"

However when I try to do the same from python using a subprocess:

gnuplot.write( "plot \"%s\" using 1 with lines lt -1 lw 0.5 title 'X axis' ,\ \n" %filename )
gnuplot.write( "plot \"%s\" using 2 with lines lt 1 lw 0.5 title 'Y axis' ,\ \n" %filename )
gnuplot.write( "plot \"%s\" using 3 with lines lt 2 lw 0.5 title 'Z axis' \n" %filename )

I get the following errors:

gnuplot> plot "state_log_6548032.data" using 1 with lines lt -1 lw 0.5 title 'X axis' ,\ 
                                                                                       ^
         line 0: invalid character \

gnuplot> plot "state_log_6548032.data" using 2 with lines lt 1 lw 0.5 title 'Y axis' ,\ 
                                                                                      ^
         line 0: invalid character \

I have spent a good amount of time trying to figure out if it is a problem with python, but I figured out it’s an issue with gnuplot, which uses the escape character for some reason when called from console, but is not required in my case. However my issue remains. How can I plot the data above^^ in succesive lines either from the python subprocess by piping the instructions, or by creating a gnu file from python and calling the gnuplot subprocess to use that file ?

EDIT:

To anyone who might ever get stuck in this simple little thing: as explained below by the nice folk who keep this community alive, Python escapes the “\” when you use “\”.
So the solution was simply:

gnuplot.write( "plot \"%s\" using 1 with lines lt -1 lw 0.5 title 'X axis' ,\\\n" %filename )
        gnuplot.write( "\"%s\" using 2 with lines lt 1 lw 0.5 title 'Y axis' ,\\\n" %filename )
        gnuplot.write( "\"%s\" using 3 with lines lt 2 lw 0.5 title 'Z axis' \n" %filename )
  • 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-24T02:13:09+00:00Added an answer on May 24, 2026 at 2:13 am

    In the command-line gnuplot example you posted, you escape newlines to avoid having mile-long lines in your screen, but still send the data tu gnuplot as a single line.

    This is cool if you’re entering the data manually, but if you’re doing programatically, why would you care? Just send a single line, Python won’t complain about readability :). If you’re curious as to what the problem was, it’s because Python also uses \ as an escape sequence, so the character never reaches gnuplot.

    That said, there are python-gnuplot libraries to handle all this dirty work for you. Check them out!

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

Sidebar

Related Questions

Normally we all do use using System.Linq; and using System.Data.Linq; for example on the
Ok, so we recently converted from SVN to Mercurial. We are using TortoiseHG normally.
Normally using the same identifier like name of a variable for something like another
Normally when using VMWare Server 1.0.7 you are asked if you would like to
First post here... I normally develop using PHP and Symfony with Propel and ActionScript
Normally you create a function using cfscript like: <cfscript> function foo() { return bar;
Normally, when using the XMLSerializer to automagically serialize an ISerializable object, a .dll file
I normally code on windows and using MYSQL4.1. And mysql gem version is 2.8.1.
I'm using firefox3 to run a Java Applet (on Linux). normally, when the JVM
Using win forms with an MVC / MVP architecture, I would normally use a

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.