You are not logged in.

#1 2016-10-17 07:26:27

Leios
Member
From: Okinawa, JP
Registered: 2012-03-16
Posts: 73
Website

Gnuplot not plotting, error message: Could not connect to existing gnu

Hey guys,

I apologize if this has been posted before. I did a search and couldn't find anything, but sometimes I miss things.

I have not used gnuplot for a while and have recently tried plotting with it again. After a ~5-10 second delay after running a simple plot command, I receive the following error:

Could not connect to existing gnuplot_qt. Starting a new one.

Warning: slow font initialization

I am not sure what might have caused this, but if any of you guys have ideas, I am all ears!

I have gnuplot 5.0 patchlevel 4, if it helps

Thanks!

Offline

#2 2016-10-17 11:57:57

Morn
Member
Registered: 2012-09-02
Posts: 886

Re: Gnuplot not plotting, error message: Could not connect to existing gnu

Everything is working fine here. This is with the standard gnuplotrc and no .gnuplot. So maybe you should check those two files first for possible problems. Maybe also check if /usr/bin/gnuplot_qt is correctly installed.

$ gnuplot

        G N U P L O T
        Version 5.0 patchlevel 4    last modified 2016-07-21 

        Copyright (C) 1986-1993, 1998, 2004, 2007-2016
        Thomas Williams, Colin Kelley and many others

        gnuplot home:     http://www.gnuplot.info
        faq, bugs, etc:   type "help FAQ"
        immediate help:   type "help"  (plot window: hit 'h')

Terminal type set to 'qt'
gnuplot> plot x,sin(x)
gnuplot> quit

Last edited by Morn (2016-10-17 11:58:17)

Offline

#3 2016-10-18 03:22:04

Leios
Member
From: Okinawa, JP
Registered: 2012-03-16
Posts: 73
Website

Re: Gnuplot not plotting, error message: Could not connect to existing gnu

I could not quite find the issue but using

 set terminal x11 

Will do the trick for now (in case someone comes across this thread through helpless googling).

Offline

Board footer

Powered by FluxBB