I want to plot a graph and put the name of the variables beside the axes....
i'm using this command
Code:
plot [v=0:17] [0:0.3] (15 - v)/90 title "Recta de Carga Ic v/s Ve"
And i want to put the name of the Ve var in the independient axis, and Ic in the dependient axes. Any idea?
Thank you!