Hi Ole,
That's a limitation at this time. If you use the 2.7 series of jamovi, you'll see there's a new "plots tab". this will let you generate box plots with greater control over those sorts of details.
cheers
jonathon
Search found 2919 matches
- Fri Dec 05, 2025 9:53 pm
- Forum: Help
- Topic: Boxplot - how to edit the Y-axis label?
- Replies: 1
- Views: 1070
- Fri Dec 05, 2025 9:50 pm
- Forum: General
- Topic: Results change when ticking filter on and off
- Replies: 1
- Views: 1897
Re: Results change when ticking filter on and off
hi ray,
if you could provide a .omv file, and detailed steps to reproduce the issue, we can take a look.
jonathon
if you could provide a .omv file, and detailed steps to reproduce the issue, we can take a look.
jonathon
- Thu Dec 04, 2025 10:26 pm
- Forum: Help
- Topic: Scatterplot with regression line: confidence interval or standard error?
- Replies: 2
- Views: 1113
Re: Scatterplot with regression line: confidence interval or standard error?
hi, so taking a quick look at the source code, we do the following: ggplot2::geom_smooth( method = self$options$lineMethod, se = self$options$lineSE, formula = y ~ x, color = theme$color[1], fill = theme$fill[2] ) https://github.com/jamovi/jmvplots/blob/main/R/scat.b.R#L67-L85 the key argument seems...
- Sun Nov 30, 2025 10:51 pm
- Forum: Help
- Topic: Condensing categorical variables
- Replies: 2
- Views: 6457
Re: Condensing categorical variables
the 'transformed variable' system is good for this:
- Thu Nov 27, 2025 9:17 am
- Forum: Module development
- Topic: "INSTALLED VERSION NEEDS TO BE UPDATED" on first install
- Replies: 5
- Views: 12303
Re: "INSTALLED VERSION NEEDS TO BE UPDATED" on first install
commit the source to a github repo, send us the URL, we do a review, and then we build for all the platforms.
jonathon
jonathon
- Thu Nov 27, 2025 6:20 am
- Forum: Module development
- Topic: "INSTALLED VERSION NEEDS TO BE UPDATED" on first install
- Replies: 5
- Views: 12303
Re: "INSTALLED VERSION NEEDS TO BE UPDATED" on first install
if you've built the module for the 2.6 series of jamovi under windows, it will only work on the 2.6 series. if your colleague is using 2.7, or a different OS, i think you'll receive that message.
jonathon
jonathon
- Tue Nov 25, 2025 9:56 pm
- Forum: jamovi development
- Topic: Jamovi for Windows on ARM?
- Replies: 12
- Views: 205375
Re: Jamovi for Windows on ARM?
Hi,
We're still waiting on CRAN ... jamovi will work on ARM, but as you say, there isn't a native version for it yet.
jonathon
We're still waiting on CRAN ... jamovi will work on ARM, but as you say, there isn't a native version for it yet.
jonathon
- Wed Nov 19, 2025 11:07 pm
- Forum: Help
- Topic: Resource limit achieved?
- Replies: 4
- Views: 19429
Re: Resource limit achieved?
the issue is to do with windows unicode handling ... you may be able to find a patch or a windows update that will solve it ... but if you don't find that, i'm pretty confident using a username without non-ascii (i.e. international) characters will solve the issue.
jonathon
jonathon
- Wed Nov 19, 2025 9:43 am
- Forum: Help
- Topic: Resource limit achieved?
- Replies: 4
- Views: 19429
Re: Resource limit achieved?
the built-in analyses in jamovi work fine ... but running analyses from modules install from the jamovi library have this problem? your windows username has international characters in it? i think it's related to this issue: https://blog.r-project.org/2022/11/07/issues-while-switching-r-to-utf-8-and...
- Mon Nov 17, 2025 10:59 pm
- Forum: Module development
- Topic: Conditional cell colour-coding and decimal formatting - can both work together?
- Replies: 5
- Views: 15716
Re: Conditional cell colour-coding and decimal formatting - can both work together?
> jamovi's built-in "Contingency Tables" analysis with the "Post Hoc Test (Pearson residuals)" *chuckles* i suppose i did add Cell.NEGATIVE, but that was a long time ago, and i didn't think we ever got around to using it. maurizio did implement the post-hocs for the contingency t...