Giter Club home page Giter Club logo

Comments (4)

j-engert avatar j-engert commented on August 20, 2024

It sounds like there needs to be a setting for dot size and shape that can be set in the object data
I'd like to +1 this feature request! Maybe even write the code. I am looking at base.rb to see how hard that would be.

from gruff.

donv avatar donv commented on August 20, 2024

Pull requests are welcome :)

from gruff.

j-engert avatar j-engert commented on August 20, 2024

I started writing the changes;
quick question though; I would like to change data from name, data_points [], color = nil to name, data_points [], attributes = nil the last thing past is color. attributes would be a hash containing color, dot_shape, dot_size, line_width, etc. This will break anything that was written with it as a string. Do you have a better idea? should I check to see if it is of type hash or type string so the code is backwards compatible?
What are your thoughts?

from gruff.

donv avatar donv commented on August 20, 2024

Setting this for version 0.4. I think it it is a nice feature. I see at least three visual solutions:

  • Make a kind of "pie" of the point that shows an equal part of the point for each data set that has a point in the given position.
  • Draw the points in different sizes, largest to smallest, to allow both to be shown. This can be done automatically or by setting individual dot sizes for each data set.
  • Allow having different shapes for marking data points for each data set like o, +, x, square, triangle etc.

I think handling this automatically would be best.

from gruff.

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.