Giter Club home page Giter Club logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
Data manipulation sounds like a job for another library.  You can accomplish 
smoothing by interpolating your data ahead of plotting it using something like 
the Apache Commons Math library:  
http://commons.apache.org/math/userguide/overview.html

Regards,

Eric

Original comment by [email protected] on 11 Apr 2011 at 3:33

from achartengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024

Original comment by [email protected] on 30 May 2011 at 3:23

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

from achartengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
I just downloaded the source, and implemented it, but don't know how to 
contribute the code. 

Original comment by [email protected] on 25 Jul 2011 at 5:08

from achartengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
Here's the source for the CubicLineChart, and some example code. I also had 
some changes in the "random demo", but reverted them. Would be nice if you 
added an entry there too. 

The smoothness parameter is explained a bit in the class. It's basically how 
"near" the way points should be placed to the control point that it is 
approaching. A smoothness of 0.1 mean that waypoint should be placed 10% away 
from the control point, smoothness of 0.5 means that is should be placed half 
way there. 0.1 will generate less smooth, but more accurate, and 0.5 will be 
very smooth.


Original comment by [email protected] on 25 Jul 2011 at 7:52

Attachments:

from achartengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
I modified the code a little bit and checked in.
Thanks a lot for the great contribution. SVN rev. r262.

Original comment by [email protected] on 26 Jul 2011 at 3:02

  • Changed state: Fixed

from achartengine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.