89 questions
I was writing a code to learn whether the x,y coordinates entered into the neural network in python 3 are located above or below the sin curve, but an error occurred and I couldn't move forward and hi...
When I created a graph using matplotlib, I am troubled that the scale of the y-axis is not displayed.I would like to create a graph with the y-axis as log scale using the following code, but when I tr...
I'm a beginner.I want to solve the problem of using matplotlib to create graphs in jupyter notebook, so I am working on a mac using this site as a reference. font.family:Hiragino SansEven if you type ...
We would like to expand some of the time series data with matplotlib's gui enlargement tool (muspectacles button) and cross button to create a program that displays the maximum/minimum value and frequ...
I have a few questions about Python's matplotlib legend and auxiliary lineQuestion 1 How do I create a legend for each color?Question 2 How do I write the interval between the auxiliary lines in incre...
I use matplotlib.How do I get the pixel coordinates of the graph?If the x,y axis is a real number, I understand that pixel coordinates can be obtained using ax.transData.transform.However, it does not...
When you run a program, you get the following warning:I would like you to tell me how to solve it.Thank you for your cooperationFutureWarning: Using an implicitly registered datetime converter for a m...
I just started Python.import numpy as npimport matplotlib.pyplot aspltx = np.linspace(0,2*np.pi,50)def(x): np.sin(x) plt.plot(x,f(x),label='y')plt.show()where ValueError: x, y, and format string must...
I have a question about matplotlib.An error occurred while executing the following code:How can I set the figure argument?error message_init__() missing 1 required positional argument: 'figure'source ...
I can use matplotlib to color code 20 colors such as cmap tab 20, but I'd like to color code 50 colors. Does anyone know this?
« | - 6 - | » |
© 2024 OneMinuteCode. All rights reserved.