Skip to content

How to change Temperature Plot Color Map in Icepak (PyAEDT)? #5933

Closed Answered by lorenzovecchietti
Elaine904 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Elaine904,

this is a simple snippet that should achieve what you're looking for:

fs = plot.folder_settings
fs.color_map_settings.color="Magenta"
fs.update()

The issue now is that in native apis there is a typo. Fix here: #5935.
In the meantime you can change to other colormaps like "Temperature".

Important note: to get folder_settings you need to have your project saved.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lorenzovecchietti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants