Tagged Questions
The barchart tag has no wiki summary.
8
votes
1answer
396 views
ggplot: geom_text with dodged barplot
I tried to make the title self-explanatory, but here goes - data first:
dtf <- structure(list(variable = structure(c(1L, 1L, 2L, 2L, 3L, 3L,
4L, 4L, 5L, 5L), .Label = c("vma", "vla", "ia", "fma", ...
7
votes
3answers
131 views
How to stop barchart from hiding labels for data value 0 in Mathematica?
I use this to create a Bar Chart:
BarChart[
Reverse@data,
BarOrigin -> Left,
ChartLabels ->
Placed[{Reverse@labels, Reverse@data}, {Before, After}],
ChartElementFunction -> ...
7
votes
2answers
199 views
How is the BarSpacing option really implemented in Mathematica?
I'm trying to implement a DateListBarChart function that takes dated data and outputs a bar chart with the same placements as DateListPlot. It's essential that they plot data in the same horizontal ...
7
votes
3answers
240 views
Can the frame border on a BarChart Legend be removed?
I am creating an application for various kinds of plot/chart drawing in Mathematica. Ultimately it will have a GUI, but the first step is to get the code right, and simple enough for a GUI to manage. ...
6
votes
3answers
201 views
Mathematica: Can I match the BarChart Legend to the stacked bars?
I would like to have the vertical arrangement of colors in stacked bars match the arrangement of colors in the chart legend. But no matter what I try, they don't match. Here's the situation
...
6
votes
2answers
163 views
GridLine on top of a Bar Chart in Mathematica
Is it possible to get a GridLine over a BartChart ?
Gridlines draw it under and Mesh does not seem to work with BarChart.
BarChart[{Range[10], Range[10]},
ChartLayout -> "Stacked",
...
6
votes
3answers
3k views
Barchart with vertical labels in python/matplotlib
I'm using matplotlib to generate a (vertical) barchart. The problem is my labels are rather long. Is there any way to display them vertically, either in the bar or above it or below it?
5
votes
8answers
4k views
Allow horizontal scrolling only in the core-plot barchart?
I am using core-plot lib to draw bar charts in my app like this
My problem is that i want the enabling of grapgh movement only in horizontal direction so that I can see the records for a long period ...
4
votes
1answer
73 views
Midcentered bar graphs
I have a data set with percentages in four categories: the top two categories are "positive" and the bottom two categories are "negative" so I want to align the boundary between 2 and 3 so it's the ...
4
votes
1answer
197 views
Ordering of bars in ggplot
I have looked through the answers in this forum but cannot seem to find an answer to this specific problem. I have the following data and want to create a bar chart where the bars are ordered from ...
4
votes
3answers
1k views
add labels to lattice barchart
I would like to place the value for each bar in barchart (lattice) at the top of each bar. However, I cannot find any option with which I can achieve this. I can only find options for the axis.
3
votes
1answer
112 views
How can I display text over columns in a bar chart in matplotlib?
I have a bar chart and I want over each column to display some text,how can I do that ?
3
votes
1answer
176 views
How to show values as legend?
I have a bar chart and I want to show the YAxis values as legends. The default behavior seems to be Series as legends...
How can I show the legend with YAxis values?
3
votes
2answers
312 views
JFreeChart BarChart -> NO gradient
my bar chart is always drawn with a gradient color by default. I just want a simple color without any styled effects.
Can anyone help ?
Code:
final JFreeChart chart = ...
3
votes
1answer
1k views
Bar chart using achartengine
I want to draw a bar chart which contains 5 individual bars, I have used Achartengine.
I am able to display all five bars in same color but I want to differentiate one bar with different color here i ...
3
votes
2answers
254 views
PHP: Help formatting Google (bar) charts
I'm trying to make a horizontal bar chart with data from an array
$values = implode(',', array_values($type));
$labels = implode('|', array_keys($type));
$img = ...
3
votes
2answers
190 views
how do i set the correct height when using javascript google bar chart
i am using google bar chart and in the options there is a height property. depending on my dataset i need to set a different height as things either get squeezed together or there is tons of ...
2
votes
1answer
40 views
How do I control the normalization of bars heights in JFreeChart?
Suppose I want to present 2 charts in one context (page) so a user can examine both charts and compare them by their appearance. I would also like my user to notice trend differences, as well as ...
2
votes
1answer
133 views
Rounding % Labels on bar chart in ggplot2
q1 <- qplot(factor(Q1), data=survey, geom="histogram", fill=factor(Q1), ylim=c(0,300))
options(digits=2)
q1 + geom_bar(colour="black") +
stat_bin(aes(label=..count..), vjust=-2, geom="text", ...
2
votes
2answers
79 views
Customize Color Using Lighter in BarChart
Please Consider :
dalist = {{901, 503, 522, 1305}, {910, 512, 477, 1260},
{847, 459, 556, 1275}, {799, 517, 527, 1197}}
cogColors = {RGBColor[0, 0, 1], RGBColor[1, 0, 0], RGBColor[0, ...
2
votes
2answers
130 views
Draw borders within bars in barplot?
I'm drawing a simple barplot with thick bar borders:
par(lwd=3)
barplot(c(6,7))
arrows(0,0,10,0,lwd=1)
The borders stick out slightly over the x-axis, which looks bad.
Is there any way to draw ...
2
votes
1answer
116 views
Bar Chart in java
I want to change the height of each bar (for example 10 for red part and 20 for blue part). But when I increase the height value it will increase the chart from bottom whereas I want the change to ...
2
votes
2answers
241 views
Which type of Jfreechart is more suitable for Histograms?
I am working with JFreeChart in order to show a Histogram Chart. My idea is to create a chart with 10 double bars, one bar of the pair in a different color. The 10 values will correspond to 10 weeks, ...
2
votes
2answers
217 views
barchart with multiple overlaying errorbars
I am trying to create a barplot with multiple errorbars. Something like this: http://flyordie.sin.khk.be/r/histogram%20error%20bars.PNG
I have the following dataset:
...
2
votes
1answer
118 views
Split the plot for above and below parts for 3 factorial barploting
I need to barplot the above- and belowground biomass against 3 factors. For each biomass, I am able to plot it using the barchart from lattice, however, I have no idea as to plot two of them, ie, ...
2
votes
2answers
551 views
How to order bars in faceted ggplot2 bar chart
If I want to order the bars in a ggplot2 barchart from largest to smallest, then I'd usually update the factor levels of the bar category, like so
one_group <- data.frame(
height = runif(5),
...
2
votes
2answers
851 views
latex bar chart
Hi i am trying to do a bar chart with the usage of latex.
Without success, so anyone can help me out with a copy of a resent project?
How to do a bar chart with pstricks ..? As simple as possible ...
2
votes
2answers
367 views
gnuplot: plotting with different spacing for y-axis labels
I am trying to create a barchart using gnuplot. My requirement is that I should be able to label y-axis as 0, 1, 100, 10,000 (i.e., each tick increases by a factor of 100). Also, this is not log-scale ...
2
votes
2answers
282 views
MatplotLib - Displaying Data under Graph / Plot
My graph has Xticks Yticks , Xlabels , Ylabels .
My Code
firmwareList = self.firmware # Gets the list of all firmwares , this is a list
I need to put this firmware data under each bar .
...
2
votes
3answers
813 views
R graphics: Add labels to stacked bar chart
I am looking for a way to add labels, i.e. absolute values, into a stacked bar chart using the basic plot functions of R. The labels should be inside the stacked bars.
Thank you!
2
votes
2answers
1k views
plot line over last part of barplot
I have a barplot for which the second half should fit to this formula:
y~a*x*exp(-b*x^2). Now I want to plot the entire barplot and display the fitted model over the last part of the barplot as it ...
2
votes
4answers
6k views
width of the bar in Jfreechart
Is there a way to adjust the width of the bars in a Barchart.I create my chart with the following code.
final JFreeChart chart = ChartFactory.createBarChart("Report", // chart title
...
2
votes
2answers
3k views
How can I create a bar-chart with JFreeChart, that shortens too long bars with a visible hint?
I want to create a bar-chart, but extraordinary high values should be shortened. An example is this image:
I hope it is clear what I want.
My question is: How can I do this with JFreeChart. If it ...
1
vote
1answer
16 views
How to add a PieChart subplot in a JFree BarChart?
I want to include a PieChart subplot over a JFree BarChart. The idea is represent how many items are included in the chart vs the total number of items to see how long is the Long Tail.
Here you can ...
1
vote
1answer
78 views
How can i change the values to BarChart dynamically in Core-Plot iphone?
I am using Core-Plot library to draw bar chart in iPhone. I am using CPTTestApp-iPhone to my training. In my project the bar appear very good thats looks like from the sample project. But, i dont ...
1
vote
1answer
259 views
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 particular bar. I think I understand the concepts, and wanted to at least get the getSelection() ...
1
vote
1answer
132 views
Changes in Slider has to reflect in Core plot Graph
I have slider in one view and Bar chart using core plot in its sub view(view 2).
At first the bar chart shows graph for default data in viewDidLoad method(it has initial values for slider).
When the ...
1
vote
1answer
177 views
adding labels to barchart,coreplot
Hi M getting problem with adding labels..M adding labels statically by passing array inside a loop and setting positions of x &y-axis..m passing color images array and label array..even here M ...
1
vote
1answer
78 views
Adjust Font using LabelingFunction in a BarChart in Mathematica
Considering the following BarChart :
How Could I adjust the Font for the Labeling Function as well as the Chart Labels ?
I tried nesting Style. Unsuccessfull.
BarChart[{1, 2, 3, 4},
ChartStyle ...
1
vote
1answer
90 views
upside down x_axis
Am working with coreplot for creating bar-chart .Bar-chart is getting displayed but its upside down..X-axis starts at the top of the screen instead of being at the bottom of the screen..and even ...
1
vote
1answer
72 views
how to put gap between y axis and first bar in vertical barchart matplotlib
I have a barchart code snippet as below..When you run this,you get 4 bars ,the first of which lies against the y axis.Is it possible to put some gap between y axis and the first bar?
def ...
1
vote
1answer
227 views
how do i remove the bar chart when the view disappeared in iphone?
I am new to core plot. I had drawn a bar chart using core plot. I want to remove the bar chart which I drawn using core plot once the view disappeared and draw once again with the new values when the ...
1
vote
1answer
489 views
Highlighting google chart bars onMouseOver a header
I am currently working with a project in Django using google bar
charts to display various data. I am quite inexperienced with
Javascript but have gotten the bar charts to work as intended, thanks
to ...
1
vote
0answers
94 views
PHP _google chart _ multiple files' data in 1 graph … how to ? _ basic question
In google chart,
<img src="<?php print $barChart->getUrl(); ?>" /> <br> for today. is used to create the img corresponding to the graph.
I have used LOOPS to read multiple ...
1
vote
3answers
311 views
How to show only whole numbers on a Flex chart axis?
I'm trying to show some data that's integers but the BarChart is using fractional values on the axis which makes no sense in this scenario. Is there any way to force the chart to only use integer ...
1
vote
2answers
4k views
How to refresh jqplot bar chart without redrawing the chart
I have a jqplot bar chart and I want the chart data to be changed when the user changes the value on a drop-down list. That works, but the problem is the bar chart redraws, one over another, each ...
1
vote
2answers
368 views
How to handle long labels on y-axis in Dojo Charts?
I have long labels on y-axis in dojo bar chart. In Firefox 3.6, they are overlapping on to the bars and in IE8, they are clipped.
Help me with this please. Since I am a new user, I am not allowed to ...
1
vote
0answers
452 views
MSChart StackedBar Chart - Display totals at end of bar column
I'm trying to create a MSChart StackedBar Chart with totals label at the end of the columns as in the image below (in red).
A) First, is this possible?
B) Second, is it possible to reposition the ...
1
vote
1answer
979 views
Interactive Stacked Bar Chart using MatplotLib python
I need to create a stacked bar chart using matplotlib. Each bar should be a stack of the parameters I am measuring. However, I want it to be interactive or dynamic so as when I click on one of the ...
1
vote
2answers
863 views
Open Flash Chart - tooltip #x_label# not showing
I'm currently playing with a bar chart implemented through Open Flash Charts (I believe version 1, might be version 2...) with PHP. Unfortunately, we're having real trouble with the tooltip not ...