pymapdl icon indicating copy to clipboard operation
pymapdl copied to clipboard

Plot changes when DEFAULTS are not rebuild.

Open germa89 opened this issue 11 months ago • 3 comments

I had to make the plotting defaults...

https://github.com/ansys/pymapdl/blob/600d9074b363fb811defcf47f51bc56da0148563/src/ansys/mapdl/core/plotting/plotting_defaults.py#L66-L82

to be reinstantiated every time they are called, in here:

https://github.com/ansys/pymapdl/pull/3519/commits/c80bca6b4b87d10bd17eef030d4c433fb41443cd

Because I was having random changes in the plots:

Image

Image

Basically, the glyphs were offset as well as the legend glyps.

Clearly there is something in our tests that change the glyphs configuration. I do not have the time now to investigate.

Pinging @AlejandroFernandezLuces for awareness.

germa89 avatar Nov 22 '24 11:11 germa89