matplotlib tag

89 questions


1 answers
92 views
0
can't plot in three dimensions

If you try to plot a random point into 3D, an error is spewed out and cannot be resolved.Here's the code: xs=[]ys = [ ]zs = [ ]for_in range(3): x = np.random.randn(1) y=np.random.randn(1) z=np.random...

2 years ago

1 answers
77 views
0
FUNCTION FITTING IN SCIPY

I'd like to make a scatterplot and attach a function to the scatterplot I made, but the curves overlap and output. Is it related to the monotonous increase in the values of array_x and array_y?Please ...

2 years ago

1 answers
101 views
0
ImportError: cannot import name 'rcParams' Error Running Python Program

I was able to display a program that reads the array with spyder and displays it as a diagram, so I wanted to zoom in with the mouse and look at it from various angles, so when I opened it with Anacon...

2 years ago

1 answers
96 views
0
Use Arduino in the Jupiter Notebook for real-time representation of graphs

I would like to communicate with Arduino using Python, but the graph is not displayed in real time even if I do the following:Specifically, it only appears after execution.I'd like the image to be dis...


1 answers
134 views
0
Related files are also present in directories not installed in Anaconda

I installed Anaconda in a directory called E: ¥anaconda3.Navigator and prompt were saved in that directory, but the following files that might be related were saved under C: ousers 。.conda.continuum.i...


1 answers
85 views
0
Understanding the Maximum Matplotlib.pyplot.plot Value

I'm going to use the posting method to display the graph, but by default, the graph is small, so I increased the graph size by pyplot.figure(figsize=).However, although it grows to a certain extent, i...

2 years ago

1 answers
85 views
0
I want to create a two-dimensional map using python.

I would like to graph the intensity in the z-axis direction on the xy plane using two-dimensional mapping.At that time, I imagine that the dots between the data will be interpolated and connected smoo...

2 years ago

1 answers
84 views
0
Short for Seaborn, matplotlib.pyplot

Why is seaborn abbreviated as sns?Also, I see that matplotlib is abbreviated as plt or mpl, which one is more common?

2 years ago

1 answers
68 views
0
I want fill_between to recognize where

Only the green part is displayed in plt.fill_between.How do I get the intended graph? (- is it not recognized?)I would appreciate it if you could let me know if you know.import matplotlib.pyplot as pl...


1 answers
74 views
0
DISPLAY METHOD OF ARRAY OF DATA RECORDED IN POLAR COORDINATE BY COLOR MAP

The purpose is to display the physical amount in a two-dimensional array of angle and radius coordinates in a color map.Currently, we are able to convert data from polar coordinates to x and y coordin...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.