From: Robert F. <rjf...@as...> - 2017-03-17 22:51:34
|
Hi All the pgplots have the option to save a png with the _file_ flags, for instance for the abundance plots: Abundance_file_flag = .true. Abundance_file_dir = 'png' Abundance_file_prefix = 'abund_' Abundance_file_interval = 5 ! output when mod(model_number,Abundance_file_interval)==0 writes an abundance plot to file every 5 steps to a folder called png The options file_device = 'png' file_extension = 'png' can be used to output either png or ps (for postscript files). Rob On Fri, Mar 17, 2017 at 3:42 PM, Martin C. <mar...@gm...> wrote: > Hi all, > > I'm running MESA on a remote server. I'd like to run PGPLOT so I can > output png files so that I can later make videos from them. > > I can use > ssh -Y ... > but that forces me to stream the plots to my local computer which I don't > want. > So how can I run PGLOT remotely only. > Any tips? > > thanks, > > Martin > -- > Martin C. > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > mesa-users mailing list > mes...@li... > https://lists.sourceforge.net/lists/listinfo/mesa-users > > |