Do you know how it is possible, in a graph, to adjust the size of the Y-axis to correspond to the data?
Screenshot for example : http://hpics.li/296c96c
Thanks for your help ! :)
Click on the Y-axis line (not the 0-n)
Properties -> Axis Range
Relevant blog post with pictures
Thanks for your response.
It helps me to find how to adapt the Y-axis to the data, in my case where I use a repeater.
we have to uncheck the option "same range for all instances of the graph".
See the screenshot:
http://hpics.li/fb34043
See you :-)
Related
Hi there so I'm a beginner at all this and need help modifying my Tukeys y-axis labels as they are all ontop of each other...is there a way?
Please see my code:
both<-aov(cowpea.and.wheat$Protein.conc..ug.Protein.g.1.Fwt.~cowpea.and.wheat$Treatment*Species, data=cowpea.and.wheat)
summary(both)
TukeyHSD(both)
par(mar=c(3,10,2,1))
plot(TukeyHSD(both),las=1)
image of plot:
Thank you so much for your help
try:
with(par(mai=c(1,2.5,1,1)),{plot(TukeyHSD(both), las=1,cex.axis=0.4)})
##par(mai=c(1,2.5,1,1)) adjusts the margin
##cex.axis=0.4 adjusts the axis font size relative to graph
If you could respond with a graphic (although the question was asked back months) with the above parameters, to see if my proposal is effective.
Greetings and luck!
Is it possible to set fixed axis on formula?
I have several countries plotted in different graph
UK, FR, ES,
I would like to be able to set fixed end dynamically according to the selection?
Many thanks
Yes you can, you can click on measures and use fixed axis option..
If this doesn't resolve, please attach a screenshot or please elaborate your issue.
HTH..
As of v9.2 you can fix one end of axis and keep the other one automatic or independent
I'm doing a line graph in wijmo, and it works great, but I can't find an area of documentation or a sample that tells me how to change the color of the lines. Does anyone know how to do this?
You can set the 'stroke' option in the seriesStyles collection of WijLineChart. You may refer to the following sample implementing the same:
http://wijmo.com/demo/explore/?widget=LineChart&sample=Stroke%20styles
Using PB 12
I have a pie chart that breaks down project billings. It is showing percentages, but for me it would be more useful to show the values.
I am having a very hard time finding any resources on manipulating charts. I'd also like to be able to put more information into the legend, but again, not finding any guides to this.
Any help greatly appreciated,
Thanks,
To get the values instead of percentages :
Edit the datawindow, select the "Text" tab
Select "Pie Graph Labels" in the TextObject drop-down list
In the "Display Expression" field type "value"
I'm using PB10.5, I hope it's same with 12.
I had developed BarCharts with annotations. Each bar is a one bar chart(displaying in attached jpeg). But i need total in one barchart with 4 bar series and annotations like a black line displaying in the middle (like,as shown in attached jpeg )
Please refer the below link.
http://img256.imageshack.us/img256/4872/chartsc.jpg
Data is comming from the server and need plot into the charts, but i could not find the solution, how to do it.
Please let me know any one have solution on the same.
Thanks,
Ravi
i had changed to barchart to progressBar. so Noe this issueis tempararoly resolved. Thanks to all for spending time to see and try to resolve it.