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

Progress bar on plot in editor should show at the top #4562

Closed
timtmok opened this issue Sep 3, 2024 · 1 comment
Closed

Progress bar on plot in editor should show at the top #4562

timtmok opened this issue Sep 3, 2024 · 1 comment
Assignees
Labels
area: plots Issues related to Plots category. bug Something isn't working theme: app builder

Comments

@timtmok
Copy link
Contributor

timtmok commented Sep 3, 2024

image

The plot in an editor feature renders progress bars centered in the editor. It should be aligned at the top of the editor like in the Plots view.

@timtmok timtmok added bug Something isn't working area: plots Issues related to Plots category. theme: app builder labels Sep 3, 2024
@timtmok timtmok added this to the Release Candidate milestone Sep 3, 2024
@timtmok timtmok self-assigned this Sep 20, 2024
@testlabauto
Copy link
Contributor

Verified Fixed

Positron Version(s) : 2024.09.0-95
OS Version          : OSX

Test scenario(s)

Verified with R plot

library('corrr')

x <- correlate(mtcars)
rplot(x)

Common use is following rearrange and shave

x <- rearrange(x, absolute = FALSE)
x <- shave(x)
rplot(x)
rplot(x, print_cor = TRUE)
rplot(x, shape = 20, colors = c("red", "green"), legend = TRUE)

Link(s) to TestRail test cases run or created:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: plots Issues related to Plots category. bug Something isn't working theme: app builder
Projects
None yet
Development

No branches or pull requests

2 participants