CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   Related to using gnuplot (https://www.cfd-online.com/Forums/main/1434-related-using-gnuplot.html)

ANIL LAL October 21, 1999 14:22

Related to using gnuplot
 
I am using Gnuplot for post processing the results of my CFD code. When drawing graphs, with setkey, the legend is appearing with the file name in codes. I want to change the name of the curve in the legend. Also I want to give the a symbol of my own choice. I request your help in this regard

Anil Lal


Karthikeyan D October 22, 1999 11:16

Re: Related to using gnuplot
 
You can find all the help you need by typing 'help topic_name' at the Gnuplot prompt.

Patxi October 22, 1999 11:20

Re: Related to using gnuplot
 
To change the name of the curve in the legend you can use:

The command "title 'title_name'" inside the plot line

For example:

plot 'data_file' using 1:2 title 'my curve'

PATXI


All times are GMT -4. The time now is 21:09.