Run pre-commit tools: isort, requirements-txt-fixer

This commit is contained in:
Ayaz Salikhov
2022-03-16 14:48:23 +02:00
parent 25add573f9
commit 2f201a4b81
29 changed files with 72 additions and 69 deletions

View File

@@ -1,11 +1,12 @@
# Matplotlit: Create a simple plot example.
# Refs: https://matplotlib.org/3.1.1/gallery/lines_bars_and_markers/simple_plot.html
import os
# Optional test with [Matplotlib Jupyter Integration](https://github.com/matplotlib/ipympl)
# %matplotlib widget
import matplotlib.pyplot as plt
import numpy as np
import os
# Data for plotting
t = np.arange(0.0, 2.0, 0.01)