ReactionMechanismGenerator / ARC

ARC - Automatic Rate Calculator
https://reactionmechanismgenerator.github.io/ARC/index.html
MIT License
43 stars 21 forks source link

Parity plots legend should be outside the plot area #629

Closed galibar98 closed 11 months ago

galibar98 commented 1 year ago

Is your feature request related to a problem? Please describe. Yes, the legend is hiding parts of the plot. An example image is attached: thermo_parity_plots.pdf

Describe the solution you'd like Move the legend under or outside the plot area.

kfir4444 commented 1 year ago

Thanks @galibar98, here is some code that could be useful: https://stackoverflow.com/questions/4700614/how-to-put-the-legend-outside-the-plot

kfir4444 commented 1 year ago

Hey @galibar98, Please take a look at PR#646, this should solve this issue.

alongd commented 1 year ago

Reopening this issue, the legend is still not fixed, it is often being cut outside the image: image

alongd commented 11 months ago

fixed by https://github.com/ReactionMechanismGenerator/ARC/pull/669