- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
For some plots, probably those that have the insertion units in inches or others other than metric, when the units of measurement of the plot settings are in millimeters and the vla-RefreshPlotDeviceInfo function is applied these units are changed to inches and the layout is changed.
Normally, the vla-RefreshPlotDeviceInfo function should not make any changes to the layout for which it is being refreshed.
I solved the problem by copying the active layout into a temporary layout, then I applied this function, after which I deleted the temporary layout. I'm not sure if this works, that is, if the vla-RefreshPlotDeviceInfo function took the information from the temporary layout and these are used in the active layout.
Solved! Go to Solution.