mirror of
https://gitlab.com/feliix42/embedded-plots.git
synced 2024-11-21 09:26:30 +00:00
Remove pixel spacing from free axis example
This commit is contained in:
parent
6c546ed7ae
commit
4154d18801
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 |
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue