I’m plotting some heatmaps in gnuplot. It has the graph and a colorbar in the right side of the graph. But I wish to change it’s position in the plot. Does anybody know the command to change the position of the colorbar in the plot ??
Thanks,
Thiago
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the command
set colorbox:If you want it anywhere but the default position you have to set the coordinates manually. For more info you can type
in gnuplot and all the options starting with
cbandcolorboxrefer to fine points of the colorbox.