using PyPlot
# in 2D
plot([1.], [2.], "o")
# in 3D
plot3D([1.], [2.], [3.], "o")

On Thu, Jun 16, 2016 at 12:37 PM, SHORE SHEN <shore.horizonl...@gmail.com>
wrote:

> how to plot a point in julia with pyplot
>

Reply via email to