You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem plotting matrix using image() function. For the most time the function works as expected, but when I try to plot matrix with 112 x 20480 dims the following warning appears: Warning: Direct2D back-end error 80070057. When the number of columns is smaller for example 112 x 16000 the function works properly. Steps to Reproduce
# Your steps go here
mkdir build
cd build
cmake .. <options> -DCMAKE_BUILD_TYPE=Release
Output
Warning: Direct2D back-end error 80070057; last command: 48
Warning: Direct2D back-end error 80070057; last command: 49
Warning: Direct2D back-end error 80070057; last command: 35
Warning: Direct2D back-end error 80070057; last command: 48
Warning: Direct2D back-end error 80070057; last command: 49
Warning: Direct2D back-end error 80070057; last command: 35
Warning: Direct2D back-end error 80070057; last command: 48
Warning: Direct2D back-end error 80070057; last command: 49
Warning: Direct2D back-end error 80070057; last command: 35
Warning: Direct2D back-end error 80070057; last command: 48
Warning: Direct2D back-end error 80070057; last command: 49
Warning: Direct2D back-end error 80070057; last command: 35
```console
# The output you got
```
Platform
cross-platform issue - linux
[x ] cross-platform issue - windows
cross-platform issue - macos
Environment Details:
OS: Windows 10
OS Version: 10.0.19045
Compiler: Visual Studio 2022
Compiler version:
Additional context
The text was updated successfully, but these errors were encountered:
Bug category
Describe the bug
I have a problem plotting matrix using image() function. For the most time the function works as expected, but when I try to plot matrix with 112 x 20480 dims the following warning appears: Warning: Direct2D back-end error 80070057. When the number of columns is smaller for example 112 x 16000 the function works properly.
Steps to Reproduce
Output
Platform
Environment Details:
Additional context
The text was updated successfully, but these errors were encountered: