Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to get entire key in one column in gnuplot

I have a long list of keys in my gnuplot graph and , thus, it automatically breaks off into two columns. I want the entire key in 1 column. I tried :

set key maxcols 1

For some reason the command is having no effect even though maxrows command seems to work. Why is the maxcols command not working and is there any other way to achieve the keys in one column?

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Version 5.4: set key horizontal maxcol 1

Version 5.5: set key columns 1

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading