Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with plot_voronoi(backend = "interp") #91

Open
GegznaV opened this issue Jul 14, 2022 · 0 comments
Open

Issues with plot_voronoi(backend = "interp") #91

GegznaV opened this issue Jul 14, 2022 · 0 comments
Labels
Topic: code 💠 Related to code of functions Topic: vignette 📗

Comments

@GegznaV
Copy link
Member

GegznaV commented Jul 14, 2022

In plotting.Rmd vignette there were issues on Linux, if these lines were used:

```{r uneven-II, fig.cap=CAPTION}
plot_voronoi(uneven)
```

And this option solved the issue.

```{r uneven-II, fig.cap=CAPTION}
plot_voronoi(uneven, backend = "deldir")
```

From time to time on my Windows, there were also issues with the first line when the new backend package "interp" (currently it is the default) in latticeExtra was used. More details about the new backed in the documentation of latticeExtra v0.6-30:

?latticeExtra::panel.voronoi

The functionality of the new backend should and hyperSpec should be investigated in more detail.

@GegznaV GegznaV added Topic: vignette 📗 Topic: code 💠 Related to code of functions labels Jul 14, 2022
@GegznaV GegznaV changed the title Issues with plotvoronoi(backend = "interp") Issues with plot_voronoi(backend = "interp") Aug 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Topic: code 💠 Related to code of functions Topic: vignette 📗
Projects
None yet
Development

No branches or pull requests

1 participant