wolfram mathematica - Save plot options in list -
i wonder if possible make variable holds info obout wanted style show[] function. ewery time want display plots in show[] insert variable in show[] set options style.
i want this...
options= axesorigin -> automatic, labelstyle -> directive[14, black, bold, italic], imagesize -> {450} show[ listlineplot[data], options ] the solution simple im green. :)
options = {axesorigin -> automatic, labelstyle -> directive[14, red, bold, italic], imagesize -> {450}} show[listlineplot[{1, 2, 3, 4, 5}], options] works me.
Comments
Post a Comment