Skip to content
Snippets Groups Projects
Commit cef56460 authored by Tom Nellius's avatar Tom Nellius
Browse files

Fixes

parent c1921d40
No related branches found
No related tags found
Loading
......@@ -131,13 +131,13 @@ def log_transformation(img):
```
## Plotting
Importing
### Setup
```python
from matplotlib import pyplot as plt
# set up plot
...
plt.title=("Title")
plt.xlabel=("X-axis")
plt.xlabel=("x_label")
plt.ylabel=("y_label")
plt.show()
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment