plot tag

13 questions


1 answers
93 views
0
Error message when using subplot in pyplot: ValueError: Illegal argument(s) to subplot: (2, 10)

I'm a beginner who is practicing after reading a book by TensorFlow Golvin Hacker.I use the subplot of pyplot, but I wrote the same code as the book, but it emits an error message ㅜ 어떻게 Please hel...

2 years ago

1 answers
64 views
0
To draw multiple normal distributions at once with Python matplotlib

We drew a graph by creating the following functional expression with Python.import numpy as npimport matplotlib.pyplot as pltx = np.arange(0, 10.1, 0.2)a = np.zeros(100*51)def f(x): y = np.exp(-0.5*x)...

2 years ago

1 answers
62 views
0
« - 2 -

© 2024 OneMinuteCode. All rights reserved.