Merge branch 'fix/substitute-free-axis-render' into 'develop'

Remove pixel spacing from free axis example

See merge request mchodzikiewicz/embedded-plots!12
This commit is contained in:
Michał Chodzikiewicz 2021-03-03 22:28:28 +00:00
commit 59835f881d
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() let output_settings = OutputSettingsBuilder::new()
.pixel_spacing(1)
.build(); .build();
Window::new("Free axis", &output_settings).show_static(&display); Window::new("Free axis", &output_settings).show_static(&display);