alandefreitas / matplotplusplus

Matplot++: A C++ Graphics Library for Data Visualization 📊🗾
https://alandefreitas.github.io/matplotplusplus/
MIT License
4.11k stars 313 forks source link

tiledlayout flickers on the screen #248

Open vlsireddy opened 2 years ago

vlsireddy commented 2 years ago

Bug category

Describe the bug

Steps to Reproduce [1] I am doing Tiledlayout in tiledlayout(3, 1); order with plots. [2] between rendering of the plots, there is flicker of the plot window on the screen. [3] i tried single plot and this issue did not happen.

# Your steps go here
mkdir build
cd build
cmake .. <options> -DCMAKE_BUILD_TYPE=Release

Output

```console # The output you got ```

Platform

Environment Details:

Additional context

alandefreitas commented 2 years ago

See https://github.com/alandefreitas/matplotplusplus/issues/220