Search found 26 matches

by vjalby
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: 2
Views: 1502

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"
by vjalby
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: 20956

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.

Image
by vjalby
Fri Jan 30, 2026 3:09 am
Forum: Module development
Topic: Likert Plot
Replies: 5
Views: 155379

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.
by vjalby
Sat Jan 17, 2026 5:35 pm
Forum: Module development
Topic: decimal symbol
Replies: 3
Views: 10485

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
by vjalby
Fri Jan 16, 2026 11:10 am
Forum: Module development
Topic: decimal symbol
Replies: 3
Views: 10485

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.
by vjalby
Mon Dec 22, 2025 7:39 am
Forum: Module development
Topic: vijPlots update
Replies: 2
Views: 11433

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 F...
by vjalby
Thu Nov 20, 2025 7:21 am
Forum: General
Topic: Composite boxplots
Replies: 10
Views: 47083

Re: Composite boxplots

You can try the boxplot version of vijPlots module !
by vjalby
Tue Oct 07, 2025 11:08 am
Forum: Module development
Topic: Plotbuilder adaptation for jamovi – necessary or possible?
Replies: 15
Views: 74865

Re: Plotbuilder adaptation for jamovi – necessary or possible?

vijPlots module also adds many options to jamovi builtin plots :slightly_smiling_face:
by vjalby
Wed Aug 27, 2025 5:26 pm
Forum: Module development
Topic: Making textbox size larger
Replies: 2
Views: 27281

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
by vjalby
Sat Jun 07, 2025 9:41 pm
Forum: Module development
Topic: Likert Plot
Replies: 5
Views: 155379

Re: Likert Plot

1a) if you group "by group", the whole variable name is displayed : https://vincent.jalby.org/tmp/likert.jpg Not sure it makes sense when grouping "by variable" 1b) I may. Tell me what you expect by PM. 2+3) https://www.mdpi.com/2673-8392/5/1/18 may be a good start. To be concise...