-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
When trying to run the first example in the readme,
import asciiplotlib as apl
import numpy
x = numpy.linspace(0, 2 * numpy.pi, 10)
y = numpy.sin(x)
fig = apl.figure()
fig.plot(x, y, label="data", width=50, height=15)
fig.show()
I get the following error;
Traceback (most recent call last):
File "cliplot.py", line 26, in <module>
fig.plot(x, y, label="data", width=50, height=15)
File "C:\Users\uqasnosw\AppData\Local\Continuum\Miniconda3\envs\python36\lib\site-packages\asciiplotlib\figure.py", line 63, in plot
self._content.append(plot(*args, **kwargs))
File "C:\Users\uqasnosw\AppData\Local\Continuum\Miniconda3\envs\python36\lib\site-packages\asciiplotlib\plot.py", line 24, in plot
stderr=subprocess.PIPE,
File "C:\Users\uqasnosw\AppData\Local\Continuum\Miniconda3\envs\python36\lib\subprocess.py", line 709, in __init__
restore_signals, start_new_session)
File "C:\Users\uqasnosw\AppData\Local\Continuum\Miniconda3\envs\python36\lib\subprocess.py", line 997, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
I'm using Python 3.6 on Windows 10 64-bit.
Metadata
Metadata
Assignees
Labels
No labels