mithgil

Results 2 issues of mithgil

I am trying to plot serial port real-time data (pico and ads1115) with the following julia script: ```julia using Plots, DataStructures, LibSerialPort using Plots:px # plotting setting plot_font = "Arial";...

I did ``` import nanonispy as nap scan_data = nap.read.Scan(pathfile) ``` but it didn't show what I expect - -------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[5], line 4...