matplotlib tag

89 questions


1 answers
85 views
0
Error when installing anaconda3 and attempting import matplotlib.pyplot in bash on windows

[Symptoms] Installing anaconda3 in bash on windows and running the matplotlib demo file dete_demo.py results in an error.[Procedure] ● lxrun/uninstall, lxrun/install● bash Anaconda3-4.2.0-Linux-x86_64...


2 answers
73 views
0
I want to make a graph with matplotlib.

Hello, I'm a beginner at python.I have one question, how do I graph the output obtained by the for statement in matplotlib?The graph I want to create is a scatterplot, and I want the は axis to be in t...

2 years ago

1 answers
155 views
0
Grayscale Translation of Rainbow Color Maps in Python

Is there a way to read the jpeg image saved in Rainbow color map in Python and grayscale it according to the color map?I would like RGB values in a color map, usually expressed in 256 colors, to match...

2 years ago

1 answers
49 views
0
About Python matplotlib 3-D Graph Display

I have recently started matplotlib, and thank you for your help on this site.I have seen many questions and answers, but there were no questions about what I wanted to do, so I would like to ask you f...

2 years ago

2 answers
59 views
0
I want to hide the label being printed using matplotlib plt.xticks (rotation=90).

I used plt.xticks (rotaion=90) to rotate the X axis in matplot.The label will be printed on the jupyter notebook using plt.xticks().I don't want this print statement to be displayed because I'm creati...

2 years ago

2 answers
75 views
0
I'd like to display an image of Python's matplotlib graph in the GUI created by VisualStudio(C#).

What I want to do is follow the title, and I would like to know how to display images of matplotlib graphs on the screen created by VisualStudio's .NETFramework.The flow is Click the button on the GUI...


1 answers
86 views
0
Understanding Matplotlib Legend Display

In order to display multiple line graphs on a single graph in matplotlib's pyplot, I would like you to teach me how to attach legends.Now, multiple lines are stored in one variable and can be drawn in...

2 years ago

1 answers
77 views
0
I want to change the size of the sea horn.

import csvimport pandas aspdimport numpy as npimport matplotlib.pyplot aspltimport seaborn as sns%matplotlib inlinedf=pd.read_csv('csv/gaku-mg1712_02_21ver3.csv', encoding='shift_jis', parse_dates={'d...

2 years ago

1 answers
93 views
0
How to plot data in a csv file with python matplolib

First of all, regarding the contents of the csv file, it says x1,x2,1,y from the first column.(Actually 101 rows and 4 columns) x1, x2, 1, y-0.626,-0.620,1,0.2820.183,0.042,1,1.732-0.835,-0.910,1,-0.2...


1 answers
81 views
0
vlines() in case of string index does not work well in pandas.plot

In pandas.Dataframe with string index, index (x axis) cannot be specified well when drawing vertical auxiliary lines.The pandas.Dataframe I want to plot is as follows.I have confirmed that the index i...

« - 5 - »

© 2024 OneMinuteCode. All rights reserved.