Skip to content

Matplotlib improvement#3

Merged
ccampo133 merged 2 commits into
ccampo133:masterfrom
ivanov:matplotlib-improvement
Aug 4, 2011
Merged

Matplotlib improvement#3
ccampo133 merged 2 commits into
ccampo133:masterfrom
ivanov:matplotlib-improvement

Conversation

@ivanov

@ivanov ivanov commented Aug 4, 2011

Copy link
Copy Markdown
Contributor

much faster to get --help, since matplotlib's not needed. Also works without a gui toolkit if only writing to a file.

ccampo133 added a commit that referenced this pull request Aug 4, 2011
@ccampo133 ccampo133 merged commit 30c0728 into ccampo133:master Aug 4, 2011
@ccampo133

Copy link
Copy Markdown
Owner

The only reason I was using WxAgg was because when I convert to a windows exe with py2exe, I was getting an error when I try to interactively plot (not just write a file): ImportError: no module named backend_tkagg.

Switching from Tk to Wx solved the problem, and therefore I had to force Wx. I still have to do this in the complied version. Unfortunately, you have to choose the toolkit BEFORE you plot, as far as I know, so I may have to keep it in there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants