-
Plotting the LNp_T1_R from MANC.surf adds an extraneous necks slice.
```
library(nat)
library(malevnc)
plot3d(MANC.surf, materials = 'LNp_T1_R')
```
mmc46 updated
7 months ago
-
I made some plot with bokeh-scala. It looks very good, but when the plot have nearly 2000 points, the browser is very likely to freeze and crash after i zoom or move the plot. I don't know if it is th…
-
## Do you want to request a feature or report a bug?
This appears to be a bug. It functioned correctly in earlier versions of Recharts but stopped working as expected since version 2.
## What is…
-
---
When converting a ggplot plot with facets to a plotly object the panels are different sizes. Margins are not subtracted from top and bottom rows so these panels end up being taller. This makes it…
-
Hi,
When I follow the instructions and try to run the demo i get:
Warning: Error in get: object 'hash_plot' not found
Stack trace (innermost first):
95: get
94: :::
93: shiny_ly …
-
`compute_historical_decompositions()` is based on the textbook [Kilian, L., & Lütkepohl, H. (2017)](https://www.google.com.au/books/edition/Structural_Vector_Autoregressive_Analysi/kfo6DwAAQBAJ?hl=en&…
-
The `:hideoutput:` flag hides both plots and script outputs. It would be nice to be able to hide only script outputs but not plots, or vice-versa. Some typical plot commands implemented in libraries r…
-
Following code with ggtext library loaded
```{r}
theme_minimal() +
theme(
axis.text.x = element_text(face = "bold"),
axis.title.x = element_text(face = "bold"),
axis.text.y = el…
-
Hey! Great library.
Would it be cool if I made a PR for some new charts at some point?
e.g.
- scatter plot
- waffle plot
- box plot
-
As I also mentioned in the email to @JeromeCCP9, even though [#370](https://github.com/wannier-developers/wannier90/pull/370) was merged, `wannier_plot` is not parallelized in the latest develop bran…