Questions tagged [information-visualization]
28 questions
349
votes
19 answers
Plot correlation matrix using pandas
I have a data set with huge number of features, so analysing the correlation matrix has become very difficult. I want to plot a correlation matrix which we get using dataframe.corr() function from pandas library. Is there any built-in function…

Gaurav Singh
- 12,707
- 5
- 22
- 24
7
votes
4 answers
managing multiple software projects
we have an organization that has about 50 different software projects going on (about 90 developers). some big, some small. some are front to back solutions and some are building on top of existing solutions and technologies.
some of these projects…

leora
- 188,729
- 360
- 878
- 1,366
6
votes
1 answer
D3 line graph appearing as area graph
I have drawn a line graph and area under the line is appears to be colored to make it appear like a area graph. The code is shown below