Top "Data-visualization" questions

Data visualization is the study of the visual representation of data.

How to change the x axis in Graphite/Grafana (to graph by day)?

I would like to have a bar graph in graphite/grafana that has a single bar per day, over the …

data-visualization graphite statsd grafana
Auto-Interval precision in MS Chart

I'm currently using the charting within .NET using System.Windows.Forms.DataVisualization.Charting.Chart. Thus far it seems very powerful, …

c# precision data-visualization mschart intervals
R: ggplot display all dates on x axis

I have the following data set structure(list(Date = structure(c(16636, 16667, 16698, 16728, 16759, 16789, 16820, 16851, 16880, 16911, 16636, 16667, 16698, 16728, 16759, 16789, 16820, 16851, 16880, 16911, 16636, 16667, 16698, 16728, 16759, 16789, 16820, 16851, 16880, 16911, 16636, 16667, 16698, 16728, 16759, 16789, 16820, 16851, 16880, 16911, 16636, 16667, 16698, 16728, 16759, 16789, 16820, 16851, 16880, 16911), class = "Date"), Wheel = structure(c(5L, 5L, 5L, 5L, 5…

r ggplot2 machine-learning data-visualization
AttributeError: Unknown property axisbg

Here is a code am trying to run: ax = plt.axes(axisbg='#E6E6E6') ax.set_axisbelow(…

python matplotlib runtime-error data-visualization attributeerror
Are there any PHP code visualization tools?

Looking for software that will analyze php code (i.e. all of wordpress or the thematic theme) and show me …

php visualization data-visualization
Heatmap with matplotlib using matshow

I am trying to generate a heatmap of a 10x10 matrix. All values in the matrix are probabilities; sum of …

python matplotlib data-visualization heatmap
Overlapping bar chart with multiple axis in PowerBi

I would like to have a overlapping bar chart in PowerBi with multiple axis. I have an example from Excel …

data-visualization powerbi powerbi-desktop
How can I learn to create beautiful infographics (with connection to my R knowledge)?

I am a devoted R (r-project.org) user, and love infographics. I just came across this article: http://www.noupe.…

r visualization data-visualization
Sankey diagram in javascript

I want to draw a Sankey diagram using Javascript. Can anyone provide some direction regarding the algorithms or libraries that …

javascript drawing data-visualization diagram sankey-diagram
Can not get pytorch working with tensorboard

I"m going through this tutorial to set up pytorch (v1.3.0 through conda) with tensorboard https://pytorch.org/tutorials/intermediate/…

python machine-learning pytorch data-visualization tensorboard