jpquast / ggplate

Create Layout Plots of Biological Culture Plates and Microplates
https://jpquast.github.io/ggplate/
Other
90 stars 6 forks source link

Modify background and size to include plate_plot within a shiny app #8

Closed VPmancy closed 1 year ago

VPmancy commented 1 year ago

While adding a plate_plot to a shiny app

`

in ui :

plotOutput("plate_plot")

in server :

output$plate_plot <- renderPlot({plate_plot(...)}) `

it works well, but the expected plate plot appears within a wide large blank rectangle. A plot fitting the plate size would be more appropriate to improve the visibility of the app.