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

Change in the design of the process map #46

Open
LirusX opened this issue May 18, 2022 · 1 comment
Open

Change in the design of the process map #46

LirusX opened this issue May 18, 2022 · 1 comment

Comments

@LirusX
Copy link

LirusX commented May 18, 2022

Is it possible for a user of BupaR to change the design of the process map. So colors, fonts, arrows etc. ?
I don't like the ready-made design of the process map at all and would like to make some adjustments.
Thx for your Ideas

@gertjanssenswillen gertjanssenswillen transferred this issue from bupaverse/bupaR Jun 28, 2022
@gertjanssenswillen
Copy link
Member

Some things you can change directly:

  • the color scale used for the nodes: using the color_scale argument in the frequency()/performance() function. Any scale in RColorBrewer::display.brewer.all() is accepted.
  • the color of the arrow: using the color_edges argument in the frequency()/performance() function. Any color in colors() is accepted.

Other changes will be less straightforward as they need to be done at the level of the plotting package used (DiagrammeR). Can you give some pointers about what you want to change specifically? Just fonts?

In the future we will probably move towards another tool for plotting process maps, so extensions are currently not planned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants