Merge branch 'develop' into 'master'

Develop

See merge request mchodzikiewicz/embedded-plots!13
This commit is contained in:
Michał Chodzikiewicz 2021-03-03 22:34:41 +00:00
commit fe40b499da
2 changed files with 0 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View file

@ -121,7 +121,6 @@ fn main() -> Result<(), core::convert::Infallible> {
let output_settings = OutputSettingsBuilder::new()
.pixel_spacing(1)
.build();
Window::new("Free axis", &output_settings).show_static(&display);