This is a small and simple control library for the FY6900 function generator. It's a implementation for the pylabdevs FunctionGenerator class. import numpy as np from pyfy6900 import fy6900 from ...
import matplotlib.pyplot as plt the_rc = plt.style.library["seaborn-colorblind"] Using version 3.4.3 of matplotlib, this works fine. I recently installed my code on a machine with matplotlib version 3 ...