Questions tagged [cptbarplot]
23 questions
1
vote
1 answer
strange bar behaviour in coreplot
I am having a very bizarre situation with barPlot. Firstly, even when the data is null, it gives me two large barplot at indexes 1 and 2, which i can't work out where they are coming from?
And secondly, when I then call the…

Rambatino
- 4,716
- 1
- 33
- 56
1
vote
1 answer
Core Plot CPTAxisLabel - Height
I'm using core plot for plotting a bar chart.
There i'm using custom labels (CPTAxisLabel) for X-Axis labels.
Some of my labels are long in length. In such cases, labels are not getting wrapped to next lines.
How can i achieve it in CPTAxisLabel…

Balaji
- 261
- 6
- 12
1
vote
1 answer
Add additional x axes in core-plot
I want to add multiple x-axis, My code is as follows:
CPTXYAxisSet *axisSet = (CPTXYAxisSet *)barChart.axisSet;
/// Here I customize default x and y axis. And they are correctly visible
// Now create additional x axis
CPTXYAxis *bottomX =…
user517491
0
votes
1 answer
R, remove zero entries per column/sample and calculate the unique occurances. Plot them as stacked bar plot
I got a big table that is available here as a Renvironment it looks something like…

sunta3iouxos
- 51
- 6
0
votes
1 answer
Use aggregate to create a barplot
The dataset called bodyfat.csv, I attached the data set in plain text for your reference.
After reading in bodyfat.csv data file, I generated a variable "bodycat" to categorize "bodyfat" into the three categories "athlete", "average", or "obese".…

Leo
- 93
- 2
- 11
0
votes
0 answers
Core Plot for iOS - Data labels on Bar plot are displayed twice
I'm fairly new to CorePlot library. In one of our app we're drawing chart's bar graphs using CorePlot.
We also display data labels for each of the Bar graph in the chart.
I'm using labelOffset to set its position within the bar graph (i.e.…

Code.Decode
- 3,736
- 4
- 25
- 32
-1
votes
1 answer
Barplot with groups and subgroups
I need to make a boxplot with groups and variables using the data below :
df<-as.data.frame(cbind(c(1,2,3),
c(0.4,-0.11,-0.07),
c(0.31,0.07,0),
…

Adnane
- 3
- 1
-1
votes
1 answer
Bars only appear at first index
The bars on my barplots aren't spread out across the whole graph, rather they are confined to the first index!
- (UIView*)pagingScrollView:(BAGPagingScrollView*)pagingScrollView
viewForPageIndex:(int)index;
{
NSLog(@"THE INDEX COMING…

Rambatino
- 4,716
- 1
- 33
- 56