Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 30 by
arefnamm...@gmail.com: plot does not work
http://code.google.com/p/scitools/issues/detail?id=30
What steps will reproduce the problem?
1.import numpy as np
import matplotlib.pyplot as plt
from numpy import *
from scitools.std import *
from matplotlib.pylab import *
def f(t):
return t**2*exp(-t**2)
t = linspace(0,3,31)
y = f(t)
plot(t, y)
show()
2.
3.
What is the expected output? What do you see instead?
Expect to see a plot of t^2 exp(-t^2) instead get a blank screen.
What version of the product are you using? On what operating system?
sctools version 0.9.0 running on Ubuntu LTS 12.04 64bit
Please provide any additional information below.
removing scitools.std import and running the script works fine.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings