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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -