srakatd.blogg.se

Aquaterm blank display
Aquaterm blank display













  1. #Aquaterm blank display for mac os x#
  2. #Aquaterm blank display install#

If you see the that line above, then you are done, gnuplot is configured correctly and everybody's happy.

#Aquaterm blank display for mac os x#

Look for the line Available terminal types:Īqua Interface to graphics terminal server for Mac OS X Type this in the gnuplot terminal gnuplot> set term Verify: that gnuplot was configured with AquaTerm correctly by launching gnuplot in terminal gnuplot It¹s set up with Gnuplot version 4.2. Hi all, I¹m running Octave version 3.2.0 installed from a MacOS X ready to run binary. Verify that gnuplot can see aquaterm using the steps below and happy plotting! aquaterm plot display-no axis labels appear (too old to reply) Elizabeth Clark 17:42:33 UTC.

#Aquaterm blank display install#

Once the /usr/local/ symlinks are created, reinstall gnuplot like this: brew install gnuplot -with-aquaterm # (formerly -aquaterm in old versions) This is necessary sometimes as the installer for AquaTerm can't create the symlinks in the correct places due to permission issues. Sudo ln -s /Library/Frameworks/amework/Versions/A/Headers/* /usr/local/include/aquaterm/. Sudo ln -s /Library/Frameworks/amework/Versions/A/AquaTerm /usr/local/lib/libaquaterm.1.0.0.dylib Some *.h files, if they do not exist run these commands from terminal: sudo ln -s /Library/Frameworks/amework/Versions/A/AquaTerm /usr/local/lib/libaquaterm.dylib ARGUMENTS FOR THE COMMAND GO HERE (can be left blank) set. The first line above should return some *.dylib files, the second line above should return To have the X11 forwarding enabled in Terminal, you must have the DISPLAY variable set prior. We need to modify the homebrew recipe for gnuplot to enable aquaterm support, open up the brew recipe for gnuplot by typing: brew edit gnuplotĪnd add these lines as shown in this github commit message, this will enable the brew option for gnuplot to include aquaterm Ĭheck to see if the proper AquaTerm library symlinks exist by doing these checks: ls /usr/local/lib/libaquaterm* Method 2: This method is more advanced, but guaranteed to work if you are patient.Įssentially gnuplot cannot locate the AquaTerm library files, that's why aqua doesn't show up as a terminal type option after we installed gnuplot. Go to the verify step to see if everything worked, if not, follow method 2 Method 1: Simply reinstall gnuplot after installing AquaTerm seems to fix this issue for people.

aquaterm blank display aquaterm blank display

brew uninstall gnuplotĭownload AquaTerm from here: and install as you would any OSX application.įrom here on, there are two ways to get gnuplot happy with aquaterm, Method 1 is easier, but didn't work for me because my AquaTerm installation didn't create the correct symlinks in /usr/local/lib, Method 2 is the one that worked for me, and I am sharing the steps I took to get it working. Setting the terminal type to x11 would solve the problem, but if you want to get AquaTerm working with gnuplot here's how:įirst we need to uninstall the existing installation of gnuplot, open up a terminal and run this command.















Aquaterm blank display