Lxrd-AJ / gnuplot-cpp

Automatically exported from code.google.com/p/gnuplot-cpp
0 stars 0 forks source link

Change default for mac from aqua to x11 as there is no such terminal as aqua in latest gnuplot on mac. #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. running example on a macos 10.8
2.
3.

What is the expected output? What do you see instead?
I see:
gnuplot> set terminal aqua
                      ^
         line 0: unknown or ambiguous terminal type; type just 'set terminal' for a list

on typing set terminal .. aqua is not even in list

What version of the product are you using? On what operating system?

latest trunk

Please provide any additional information below.

Original issue reported on code.google.com by am...@agoel.com on 21 Oct 2013 at 12:46

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Ups just find other way.
In the example.cpp, there is a comment that allow to change from aqua to x11 
terminal.

Gnuplot::set_terminal_std("x11");

Now it works perfectly

Original comment by javierm...@gmail.com on 12 Jun 2014 at 8:46

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r28.

Original comment by ettl.mar...@gmail.com on 23 Aug 2014 at 8:36

GoogleCodeExporter commented 8 years ago
This should be fixed in current svn head. Now terminal x11 is the default 
terminal window for Mac users when compiling the example.

Original comment by ettl.mar...@gmail.com on 23 Aug 2014 at 8:38