Search found 27 matches
- Tue Jun 16, 2026 5:25 pm
- Forum: Module development
- Topic: Plotbuilder adaptation for jamovi – necessary or possible?
- Replies: 20
- Views: 240712
Re: Plotbuilder adaptation for jamovi – necessary or possible?
I remember it was about raincloud plot only. I may think about this one later, but don't expect anything soon...
- Sat Feb 21, 2026 4:57 am
- Forum: Statistics
- Topic: Notice ignores newlines (\n) due to frontend CSS and HTML sanitization - any workarounds to allow multi-line notices?
- Replies: 5
- Views: 140049
Re: Notice ignores newlines (\n) due to frontend CSS and HTML sanitization - any workarounds to allow multi-line notices
You may also use a "type: Html" result element. Content may include css to format the notice the way you want.
Code: Select all
- name: htmlNotice
title: "My Notice"
type: Html
visible: true
content: "line 1<br />line2"
- Tue Feb 10, 2026 2:08 pm
- Forum: jamovi development
- Topic: Feature request: Plot multiple variables on same axes (repeated-measures data)
- Replies: 4
- Views: 174174
Re: Feature request: Plot multiple variables on same axes (repeated-measures data)
I'm not sure it will help you, but vijPlots module includes boxplot for multiple variables. It's available in jamovi library.


- Fri Jan 30, 2026 3:09 am
- Forum: Module development
- Topic: Likert Plot
- Replies: 5
- Views: 210750
Re: Likert Plot
The module "Likert Plot" is not updated anymore. It has been merged with the module vijPlots, that is available from jamovi library.
- Sat Jan 17, 2026 5:35 pm
- Forum: Module development
- Topic: decimal symbol
- Replies: 3
- Views: 58718
Re: decimal symbol
Thanks yurismol. But I think it gives R default. Not jamovi's default. Actually, I found it :
Code: Select all
self$options$decSymbol- Fri Jan 16, 2026 11:10 am
- Forum: Module development
- Topic: decimal symbol
- Replies: 3
- Views: 58718
decimal symbol
Hi all,
I wonder how I could get the value of the (new) jamovi decimal symbol option (comma, dot) from a R script ?
Thanks.
I wonder how I could get the value of the (new) jamovi decimal symbol option (comma, dot) from a R script ?
Thanks.
- Mon Dec 22, 2025 7:39 am
- Forum: Module development
- Topic: vijPlots update
- Replies: 2
- Views: 56976
vijPlots update
Hi all,
Today I released vijPlots 0.11.1 (thanks jonathon for pushing it to the library). This version includes enhanced versions of the three main (french) factorial analyses (PCA, CA, MCA) along with multi-valued variable (google's form check-all-that-apply question) support in Multiple Response ...
Today I released vijPlots 0.11.1 (thanks jonathon for pushing it to the library). This version includes enhanced versions of the three main (french) factorial analyses (PCA, CA, MCA) along with multi-valued variable (google's form check-all-that-apply question) support in Multiple Response ...
- Thu Nov 20, 2025 7:21 am
- Forum: General
- Topic: Composite boxplots
- Replies: 10
- Views: 134066
Re: Composite boxplots
You can try the boxplot version of vijPlots module !
- Tue Oct 07, 2025 11:08 am
- Forum: Module development
- Topic: Plotbuilder adaptation for jamovi – necessary or possible?
- Replies: 20
- Views: 240712
Re: Plotbuilder adaptation for jamovi – necessary or possible?
vijPlots module also adds many options to jamovi builtin plots 
- Wed Aug 27, 2025 5:26 pm
- Forum: Module development
- Topic: Making textbox size larger
- Replies: 2
- Views: 31010
Re: Making textbox size larger
you can add width: largest in your .u.yaml file, eg.
Code: Select all
- type: TextBox
name: yLabel
format: string
width: largest