CImg icon indicating copy to clipboard operation
CImg copied to clipboard

Line Thickness

Open salentoq opened this issue 3 years ago • 1 comments

Hello, I am trying to use CIMG to plot some sensor data using the drasw_graph function, but the lines are very thick. Is there a way to make the lines thinner? I cannot find the option in the draw_graph inputs.

salentoq avatar Sep 07 '22 18:09 salentoq

You could try lowering the opacity, having thiner lines would require modifications I think would be unable to draw less than one pixel wide lines anyways as this is a software pixel by pixel renderer

dimateos avatar Dec 18 '24 14:12 dimateos