09-24-2025 06:14 AM
Why the pasted picture is not identical to the source?
In LabVIEW the yellow cursor is at YX(0 ; 215u)
I select the control > Press CTRL+C > and in Paint I press CTRL+V
But after pasting to Paint the cursor is at YX(3 ; 215u)
To be exact in LabVIEW the cursor is at XY(11m ; 215u) but that is almost X=zero.
LabVIEW Professional Development System - Version 2024 Q1 (64-bit) 24.1f0
09-24-2025 07:52 AM
I have noticed this behavior many times. I usually avoid it by doing a screen grab (usually alt-printscreen for the active window) and editing it in Paint, or using the built-in Windows snipping tool to select part of the front panel and copying it.
09-24-2025 07:53 AM
Yes, windows scaling seems to apply somehow, i've seen it before.
09-24-2025 10:03 AM
It seems cursor moved horizontally. Make Cursor Legend visible.
Is the cursor snap to a plot?
How many data points in the graph?
Does this occur when zoom in?
09-29-2025 10:12 AM
@jjohn1 wrote:
I have noticed this behavior many times. I usually avoid it by doing a screen grab (usually alt-printscreen for the active window) and editing it in Paint, or using the built-in Windows snipping tool to select part of the front panel and copying it.
on windows try <window key> + s
and you can select the area to capture without having to use paint to crop a print screen:
09-29-2025 10:55 AM
Here's my wild guess:
When you perform a 'Copy' of objects on the front panel, LabVIEW doesn't make a copy of the image of the front panel. Instead makes copies of the objects from the front panel and places them into the clipboard. It also generates an image based on those copies of the object and adds that image to the clipboard. The image could look different than the front panel if something changed shortly after the user performed the 'Copy', or if the process of making the copies caused a change.
Here's an example:
Item copied from block diagram:
Image pasted from clipboard:
09-29-2025 01:54 PM
Copy&paste graphs directly from the front panel definitely has multiple issues.
For example if an axis is set to auto-scale, but we are zoomed in to a smaller area, the pasted picture will again be auto-scaled to the full range. Using the windows screengrab gives you what you actually see.