python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
import matplotlib.pyplot as plt x=2+4j z=2j plt.scatter(x.real,x.imag,color='red') c=x*z plt.scatter(c.real,c.imag) plt.show()
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up