Git Product home page Git Product logo

Comments (4)

faulesocke avatar faulesocke commented on July 30, 2024 1

What do you think about adding the image crate and extending the View trait with some "to_image" method?

from plotlib.

ManifoldFR avatar ManifoldFR commented on July 30, 2024

What about adding PNG to the list of output formats ? I actually don't know how some of the PNG crates work

from plotlib.

faulesocke avatar faulesocke commented on July 30, 2024

Also annotations (text with pointers towards data points) would be a really nice feature!

from plotlib.

Proksima avatar Proksima commented on July 30, 2024

I might be tempted to contribute in the future to add candle bar plotting available, but I notice the axis is defined with floats while plotting of time series requires some notion of time and duration.

3 questions:

  • Is time series support something you plan to add soon? (so I do not start working on it to see it committed before I'm done...)

  • Between introducing a Coordinate (and maybe an Interval too) trait and having multiple types (integer types, f32, f64, potentially chrono::NaiveTime, chrono::NaiveDate and chrono::NaiveDateTime (behind a feature gate) implement them to potentially get to an abstract Axis<Coordinate> or just using a UNIX timestamp turned into an f64 to represent time-series' coordinates, what would you prefer?

  • Would it be risky for me to start working on those in a few weeks? (e.g. is there any big refactoring planned?)

Otherwise, I am really happy to see a decent-looking crate for plotting appearing. I was actually thinking of making my own soon (I am studying algorithmic trading) and I feel this will save me a lot of time.

from plotlib.

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.