x = np.random.randn(100) # Random normal distribution for X y = np.random.randn(100) # Random normal distribution for Y ...
Graph Drawer Web Application This is a simple web application for drawing scatter graphs and function graphs. It allows users to input data points, import/export data in JSON format, and draw ...