Any figure I try to save in Jupyter Notebook saves a blank file, what kind of error can be occurring, since it does not acknowledge any errors?
import numpy as np
import matplotlib.pyplot as plt
data1 = [10,5,2,4,6,8]
data2 = [ 1,2,4,8,7,4]...
asked by
16.06.2018 / 06:24