Re: [Matplotlib-users] cx_freeze-ing

2013-08-10 Thread gsal
oh, I got it...needed to include backend package in the cf_freeze setup script. thanks, -- View this message in context: http://matplotlib.1069221.n5.nabble.com/cx-freeze-ing-tp41780p41782.html Sent from the matplotlib - users mailing list archive at Nabble.com. --

Re: [Matplotlib-users] Newbie question - executing commands from a string

2013-08-10 Thread gsal
Hhhhmmm...what exactly do you have in mind? Sure, many of the steps to plot something are the same; to be sure, the data changes and possibly the type of plot... what kind of application are you writing? how much freedom do you really want to give to the user? is the plot specific enough? given th