You can use the matplotlib
library to plot a scatter graph in Python. Here is the code to plot a scatter graph with nl10636
on the x-axis and nl10643
on the y-axis:
main.py278 chars14 lines
You can replace the data in x
and y
with your data, and adjust the figure dimensions and marker size (s
) as required.
gistlibby LogSnag