Skip to content

betanaught/plot-complex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Visualizing the Complex Exponential Function

Simple code to visualize the real and imaginary components of the complex exponential function:

exp

Issues with Elpy Execution

Elpy currently is having issues executing certain blocks of Python code in Emacs when using the Python3 shell interpreter:

ax_imag.plot_surface(z.real, z,imag, w.imag,
                     rstride = 1, cstride = 1, alpha = 0.5,
                     facecolors = color)

When run, at first Elpy was not sending whole blocks to the interpreter, which would return a parshing error at the comma on the first line. Currently, it complains that there is no 'imag' object. When the code is run directly in the interpreter, however, it works fine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages