1
vote
1answer
89 views

Problems with macports and gnuplot different users

I installed MacPorts (in an Administrator account, Mac OS X 10.8.2), and then gnuplot through it. But in another account (without admin privileges), I can't launch gnuplot nor port from the terminal: ...
0
votes
3answers
104 views

Shifting Output Image Down Gnuplot

I am typing this in textedit and load it into gnuplot later. When I do so the image is slightly off the top of the screen which means I can't see some of it. Is there a way to shift the entirety of ...
1
vote
1answer
81 views

Opening two wxt terminals from C++ program

I have a C++ program, which contains a class method plot() working with gnuplot: FILE* pipe = popen("/sw/bin/gnuplot -persist","w"); if (pipe != NULL){ gnuPlotCommand = "load " + scriptFileName + ...
0
votes
1answer
870 views

wxt terminal for gnuplot on Mac OS X

I've installed gnuplot on my Mac OS X 10.8 using MacPort, but as far as I understand, only AquaTerm terminal is available for me now (wxt is "unknown or ambiguous terminal type"). However, I need wxt ...
2
votes
2answers
255 views

Calling Gnuplot from GAWK and Bash scripts, plots only first plot

Ok, so here's the deal. I am starting my undergrad thesis in computational materials science and I am trying to put some scripts together to help prepare for data analysis. I have been preparing a ...
0
votes
1answer
69 views

Ctrl-y behavior in gnuplot - not yanking in OS X

Typically, ctrl-y yanks previously killed text. This works very well in the terminal to cut and paste text. However, once I start gnuplot, using ctrl-y suspends the program. The odd thing is that this ...
0
votes
0answers
194 views

Gnuplot examples in perl produce no output in Mac 10.7 [closed]

I am trying to plot an xy scatter plot in perl on Mac 10.7. I have tried other options GD::Graph but would like to try gnu plot. I have gnu plot installed (confirmed in Terminal) and the perl modules ...
2
votes
1answer
571 views

Installing gnuplot with Lua-Tikz terminal on Mac Os X [closed]

I'm on mac os X and I have gnuplot installed via MacPorts. I want to be able to use the Lua-Tikz terminal (which is kind of present, I can find some gnuplot-tikz.lua files) but I can't. How do I ...
15
votes
7answers
11k views

Plotting with Octave after most recent MAC OSX update

Hi I just recently downloaded the most recent snow leopard update. Then I tried to plot something using Octave which has been installed on my computer for months (and plotting has worked all that ...
1
vote
1answer
862 views

Free OpenGL-accelerated GNUPlot-like tool for Mac OS X?

I am using GNUplot to plot large volumes of data that I want to visualize in 3D - e.g., using the pm3d option. This is very slow rendering in software - is there free software that will do this using ...