|
From: Jan H. M. <jan...@ma...> - 2017-01-24 17:36:09
|
I did the same as Eric described below, but the command line "set_draw_defaults(terminal=qt)$“ in the maxima-init.mac file has no effect on my system (OS 10.11). Only if I add „terminal=qt“ inside a draw-command everything works fine, but without this add nothing is being plotted. So only adding this third line to the „How to install.rtf“ does not guarantee that plotting with draw and gnuplot works using OSX. bw Jan > Am 10.01.2017 um 06:47 schrieb Jorge Calvo <Jor...@av...>: > > Thanks Eric! That totally fixed my problems! > > I was missing the third line from my init file. I rechecked the “How to install.rtf” file that comes with the Mac installer and that line is missing there, too. It would be great if someone could add it! > > On Jan 9, 2017, at 8:14 PM, Eric Barth <ej...@gm...<mailto:ej...@gm...>> wrote: > > > This is what works in my mac installation: > > In the dirctory .maxima in the home directory, create a file called maxima-init.mac with the 3 lines as below. > > The second and third line set defaults that allow the draw2d and plot2d commands to open external windows. > > gnuplot_command:"/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot"$ > set_plot_options([gnuplot_term, qt])$ > set_draw_defaults(terminal=qt)$ > > On Mon, Jan 9, 2017 at 8:09 PM Jorge Calvo <Jor...@av...<mailto:Jor...@av...>> wrote: > Hello all… > > I just updated my versions of Maxima, wxMaxima, and gnuplot on my Mac (now running OS 10.12.2 Sierra), but I am unclear how to plot using the external gnuplot-qt window using draw2d. (I can get inline plots using wxdraw2d() with no difficulty.) > > In the past, I had to open X11 before entering a plotting command (like draw2d) in wxMaxima. Do I need to do something similar now? If so, what? > > Many thanks!!! > > Jorge > -- > Dr. Jorge Alberto Calvo > Associate Professor of Mathematics > Department of Mathematics > Ave Maria University > > Phone: (239) 280-1608<tel:(239)%20280-1608> > Email: jor...@av...<mailto:jor...@av...><mailto:jor...@av...<mailto:jor...@av...>> > Web: http://sites.google.com/site/jorgealbertocalvo > > ------------------------------------------------------------------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today. http://sdm.link/xeonphi > _______________________________________________ > Maxima-discuss mailing list > Max...@li...<mailto:Max...@li...> > https://lists.sourceforge.net/lists/listinfo/maxima-discuss > > ------------------------------------------------------------------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today. http://sdm.link/xeonphi > _______________________________________________ > Maxima-discuss mailing list > Max...@li... > https://lists.sourceforge.net/lists/listinfo/maxima-discuss |