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

Unattractive group of legends and colors in subplots #199

Closed
beorostica opened this issue Oct 25, 2023 · 0 comments
Closed

Unattractive group of legends and colors in subplots #199

beorostica opened this issue Oct 25, 2023 · 0 comments
Labels

Comments

@beorostica
Copy link
Contributor

When getting a plot from the plot_seq() function, and then protting stacked subplots like so:

using KomaMRI
seq = read_seq(joinpath(dirname(dirname(pathof(KomaMRI))), "examples", "1.sequences", "ge.seq"))
p = plot_seq(seq); [p; p]

image

In the figure, the legends are grouped togheter and the colors of traces are all different, this is an unwanted behaviour.

We wish that the legends must be grouped in different places for each subplot and the color can be repeated among subplots. The legend aspect can be solved by defining a legend group and the color can be addressed be setting the colors
explicitly.

cncastillo added a commit that referenced this issue Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants