0

Is it possible to have a horizontal stack of legends in xmgrace, e.g., two rows and 3 columns?

sudipkd
  • 1
  • 1

1 Answers1

2

No, as far as I know it's not possible. However, as it always happens with xmgrace, you can use some hacks to solve the issue. Let's say you have 6 datasets and you want to split the legend in 3 columns. In this case you can

  • prepare your plot
  • duplicate the graph 3 times
  • in each graph you add the legend to 2 datasets
  • arrange the 3 legends to your liking

You'll end up with something like this:

enter image description here

lr1985
  • 1,085
  • 1
  • 9
  • 21