I\'m experimenting with pandas and non-matplotlib plotting. Good suggestions are here. This question regards yhat\'s ggplot and I am running into two issues. Plotting a series
This is more of a workaround but you can use qplot for quick, shorthand plots using series.
qplot
from ggplot import * qplot(meat.beef)