TypeError: ‘int’ object has no attribute ‘log’ when plotting log-transformed sequence in Matplotlib
I am working on a Python project where I calculate and plot a graph of Aliquot sequence. I created a list.py script that displays the numbers in the .db file and it turns out the numbers are correctly computed and saved to a database. However, when I try to plot the sequence using graph.py, I encounter the following error: