How do I find an appropriate position for my labels on a pie chart?
Question or problem in the Swift programming language: I am not using any libraries so this is not a duplicate of this.
Continue ReadingQuestion or problem in the Swift programming language: I am not using any libraries so this is not a duplicate of this.
Continue ReadingQuestion or problem in the Swift programming language: I want to show some random values in position of (1,2,3,4,5,6) like (16,23,323,63,8,66) in graph points. Im using line chart in charts framework.
Continue ReadingQuestion or problem in the Swift programming language: I’m using ios-charts (https://github.com/danielgindi/Charts). I have a LineChartView with 12 values in the x axis. This however is far too many to see at the same time, so I want to display only 5 and then let the user drag to the right to see the next.
Continue ReadingQuestion or problem about Python programming: 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?
Continue ReadingQuestion or problem in the Swift programming language: I have a problem with the Charts library. The problem I am facing is that the bar graph is not “fit” within the borders of my view. The following image shows that, the both first and last bar are cut into half and label of the highest […]
Continue ReadingQuestion or problem in the Swift programming language: I’m using the fabulous iOS Charts library (https://github.com/danielgindi/ios-charts) and I’m having a hard time finding anything to support this behavior in the documentation. I’d like to force the y-axis to always display a range from 0-35. Currently, if I only have one data entry in at say […]
Continue Reading