From: Richard B. L. <ric...@gm...> - 2014-01-23 15:42:27
|
I have a list of names/titles in a list called x. I have corresponding float values in list y. I wish to plot the y values with the xtic labels equal to the text values in list x. How would I do that in Python? In plain Gnuplot, I think something like Plot "file.name" using 5:xticlabels(1) would work. Thanks. |