Comments for Androidplot http://androidplot.com Sat, 01 Oct 2016 14:06:09 +0000 hourly 1 https://wordpress.org/?v=6.7.2 Comment on Point Labeling Tools in 0.5.1 by Nick http://androidplot.com/point-labeling-tools-in-0-5-1/#comment-147815 Sat, 01 Oct 2016 14:06:09 +0000 http://androidplot.com/?p=429#comment-147815 In reply to Format point label on XYPlot – Technology.

As of Androidplot 1.0.x documentation has been moved into the github repo. Apologies for the confusion!

]]>
Comment on Point Labeling Tools in 0.5.1 by Format point label on XYPlot - Technology http://androidplot.com/point-labeling-tools-in-0-5-1/#comment-147692 Sun, 18 Sep 2016 04:10:42 +0000 http://androidplot.com/?p=429#comment-147692 […] described in Androidplot tutorial doesn’t work with API version 1.1.0. There is no method setPointLabeler() in class […]

]]>
Comment on A Dynamic XY Plot by Nick http://androidplot.com/docs/a-dynamic-xy-plot/#comment-143352 Mon, 04 Jan 2016 18:28:11 +0000 http://androidplot.com/?page_id=205#comment-143352 In reply to Kevin.

Hey Kevin,

I’ve updated the example source a bit to hopefully make it a little more clear as to what each var does.

]]>
Comment on How to Pan, Zoom and Scale by Joost Houben http://androidplot.com/docs/how-to-pan-zoom-and-scale/#comment-57658 Thu, 07 Aug 2014 07:25:20 +0000 http://androidplot.com/?page_id=211#comment-57658 Isn’t there an actual XYPlotZoomPan class? How does one use that class?

]]>
Comment on Styling Your Plot by Adam http://androidplot.com/docs/styling-your-plot/#comment-52989 Mon, 07 Jul 2014 12:22:01 +0000 http://androidplot.com/?page_id=548#comment-52989 It is possible to add my own renderer instead of using the factory default?

]]>
Comment on How to Pan, Zoom and Scale by Johan Walles http://androidplot.com/docs/how-to-pan-zoom-and-scale/#comment-52272 Thu, 03 Jul 2014 11:30:06 +0000 http://androidplot.com/?page_id=211#comment-52272 I needed to use BoundaryMode.FIXED rather than AUTO for this to work.

]]>
Comment on Quickstart by anamik http://androidplot.com/docs/quickstart/#comment-30830 Thu, 10 Apr 2014 10:55:28 +0000 http://androidplot.com/?page_id=171#comment-30830 Hi jesse

check if the jar file is present in the libs folder

]]>
Comment on Quickstart by Daniel http://androidplot.com/docs/quickstart/#comment-22633 Wed, 19 Feb 2014 18:18:44 +0000 http://androidplot.com/?page_id=171#comment-22633 Really nice tutorial and library, thank you!

There’s one minor mistake, though:

The line_point_formatter_with_plf1 + 2 xmls should not be placed in layout/xml but in res/xml instead to make the code work 🙂

]]>
Comment on Quickstart by nayv http://androidplot.com/docs/quickstart/#comment-22342 Sun, 16 Feb 2014 13:03:14 +0000 http://androidplot.com/?page_id=171#comment-22342 Although you didn’t provide a stacktrace, I suppose it’s the one I encountered, complaining about a missing layout_width attribute. Try putting a:
android:layout_width="match_parent"
android:layout_height="match_parent"

in the simple_xy_plot_example.xml LinearLayout tag.

]]>
Comment on A Dynamic XY Plot by Kevin http://androidplot.com/docs/a-dynamic-xy-plot/#comment-18453 Tue, 24 Dec 2013 18:40:30 +0000 http://androidplot.com/?page_id=205#comment-18453 Hello,

Great library.

What is the purpose of phase and adding 4 for the amplitude?

 

double amp = sinAmp * Math.sin(index + phase + 4);

 

]]>