How to change the coloring of the mode shapes in Abaqus -


how can change coloring in abaqus comparable ones got matlab. appreciated. abagus matlab

here example of custom color table abaqus cae. save in .py file , "run script" while in contour plot module.

session.spectrum(name="custom",colors=(\ '#000004','#010107','#02020c','#030312','#050417','#07051d','#0a0722',\ '#0d0828','#100a2e','#130b34','#170b3b','#1b0c41','#1f0c47','#230c4d',\ '#270b52','#2c0b57','#300a5c','#350a60','#390963','#3e0965','#420a68',\ '#460b69','#4a0c6b','#4e0d6c','#530e6d','#57106d','#5b116e','#5f136e',\ '#63146e','#67166e','#6b176e','#6f196e','#731a6e','#771c6d','#7b1d6d',\ '#7f1f6c','#83206b','#87216a','#8b2369','#8f2468','#932667','#982766',\ '#9c2964','#a02a63','#a42c61','#a82d5f','#ab2f5d','#af315b','#b33359',\ '#b73557','#bb3755','#bf3952','#c23b50','#c63d4d','#c9404b','#cd4248',\ '#d04545','#d34842','#d74b3f','#da4e3d','#dd513a','#df5437','#e25734',\ '#e55b31','#e75f2d','#e9622a','#ec6627','#ee6a24','#f06e21','#f1721d',\ '#f3771a','#f57b17','#f67f13','#f78410','#f8880d','#f98d0a','#fa9207',\ '#fb9606','#fb9b06','#fca007','#fca50a','#fca90e','#fcae13','#fcb318',\ '#fbb81d','#fbbd23','#fac229','#f9c72f','#f8cc36','#f7d13d','#f6d644',\ '#f5db4c','#f4e055','#f3e55e','#f2e968','#f1ee72','#f2f27c','#f3f587',\ '#f5f991','#f8fc9b','#fcffa4')) session.viewports['viewport: 1'].odbdisplay.contouroptions.setvalues(spectrum='custom') 

i'll leave matlab expert figure how hex codes contour color scheme.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -