Re: Different font behavior between kernel and front-end
- To: mathgroup at smc.vnet.net
- Subject: [mg65321] Re: Different font behavior between kernel and front-end
- From: kalymereau at yahoo.fr
- Date: Sun, 26 Mar 2006 05:44:04 -0500 (EST)
- References: <dvbikn$i61$1@smc.vnet.net><dve4jh$ff1$1@smc.vnet.net> <dvgrtv$9mm$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Jens-Peer Kuska a écrit : > try > > Developer`UseFrontEnd[ > gr = Plot[Sin[x], {x, 0, Pi}, > FrameLabel -> {\[Phi], Sin[\[Phi]]}]; > Export["h:/tmp/test.gif", gr] > ] Actually this trick works if you run the kernel from a X-terminal. But if you send the job in a queue to a server, then it doesn't work and I get an error message that it cannot open display and then that this instruction needs the FrontEnd running. I guess I should do as you said, first produce the numerical data with the kernel and then use the FrontEnd to get the plot. But I really don't understand this limitation, so I would be happy if there is another trick. Thanks again.