We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c367394 commit 2d45d1fCopy full SHA for 2d45d1f
docs/source/writing-script.rst
@@ -23,8 +23,6 @@ Now, open up a new Python script and start by importing the necessary modules,
23
24
.. code-block:: python
25
26
- from __future__ import print_function
27
-
28
import matplotlib.pyplot as plt
29
import numpy as np
30
from scipy.optimize import leastsq
0 commit comments