I followed the Quickstart tutorial and used new LineAndPointFormatter(Color.BLACK, Color.RED, Color.TRANSPARENT)
to draw my lines. The red vertices show up on my Android tablet but the black lines don't. What could be the issue?
I use the latest Androidplot version (0.5.0)
and followed the tutorials exactly but modified the lineandpointformatter
argument values.