Top "Bar-chart" questions

A bar chart is graphical representation of data where the value is represented by the length of the bar.

Clustered bar plot in gnuplot

I have a simple result table which I want to plot as a clustered histogram plot in gnuplot. The data …

plot gnuplot bar-chart
Reduce gap between series data in Bar Highchart

I want to reduce space between bar chart series data. Below mentioned is the image which gives a clear picture : …

highcharts bar-chart
Vertically stacked Google Bar Charts

I'm trying to produce a vertically stacked bar chart using the Google Charts API and I thought I had found …

google-visualization bar-chart stacked-chart
How does the d3.scaleBand work?

How can I make the line var x = d3.scale.ordinal().rangeRoundBands([0, width], .05); from this example work in d3 v4 …

javascript d3.js bar-chart
Exclude zero values from a ggplot barplot?

does anyone know if it is possible to exclude zero values from a barplot in ggplot? I have a dataset …

r ggplot2 bar-chart zero
getSelection() to get data from row in Google Chart API

I'm trying to trigger the creation of a new BarChart with Google's Chart API when a user clicks on a …

google-visualization bar-chart getselection
How to set a different color to the largest bar in a seaborn barplot?

I'm trying to create a barplot where all bars smaller than the largest are some bland color and the largest …

python bar-chart seaborn
count plot with stacked bars per hue

I am looking for an efficient way of drawing a count plot with stacked bars according to "hue". Standard hue …

python pandas bar-chart seaborn stacked-chart
Changing a horizontal bar chart to a vertical one

I'm using the'System.Windows.Forms.DataVisualization.Charting' library for my chart and I was wondering if anyone figured out how …

c# charts bar-chart
Use d3 log scale instead of linear scale

I'm trying to do a chart based on http://mbostock.github.com/d3/talk/20111116/bar-hierarchy.html, the only difference being …

javascript d3.js hierarchy bar-chart