How to make line with rounded (smooth) corners with AndroidPlot
I have a small problem with ploting my graph. On a picture below is what I have already done. The graph should represent the actual signal strength of available Wi-Fi network(s). It's a simple XYPlot here data are represented with SimpleXYSeries (values are dynamically created). Here is a little snippet of code (only for example): plot = (XYPlot) findViewById(R.id.simplexyPlot); series1 = new SimpleXYSeries(Arrays.asList(series1Numbers), SimpleXYSeries.ArrayFormat.Y_VALS_ONLY, "Link 1"); f1 = new LineAndPointFormatter(color.getColor(), null, Color.argb(60, color.getRed(), color.getGreen(),