Installation of figures with tutor, version 3.11.12 (ironwood release)

Hi, can I install figures plugin with tutor 3.11.12. I am running ironwood version of Open edx.
Can anyone share commands to install?

@sajid, If your instance is running, stop it with
$ tutor local stop

Install Figures plugin for Tutor with pip

$ pip install tutor-figures

$ tutor plugins enable figures

$ tutor config save

$ tutor images build opened

Run migrations by running

$ tutor local init

or by starting the platform with the command

$ tutor local quickstart

This is all described in the documentation for Tutor. There is lots of useful information there that will save you time. https://docs.tutor.overhang.io/plugins.html?highlight=figures#existing-plugins

Thankyou for reply. I installed figure with following commands.

tutor plugins enable figures

tutor config save

tutor images build openedx

tutor local quickstart

After this I can access figure my-lms-domain/figures. But I noticed a problem which is that number of learners are showing 0 while I can see learners in per learner statistics. How can I fix this issue?