Git Product home page Git Product logo

Comments (4)

tvst avatar tvst commented on June 15, 2024 2

Apparently Plost already supports this, with:

plost.bar_chart(
    data=datasets['stocks'],
    bar='company',
    value=['q2', 'q3'],
    direction='horizontal',
    stack='layered',
    opacity=0.7
)

from plost.

ChrisDelClea avatar ChrisDelClea commented on June 15, 2024

I think I was mistaken, it it is the normal behavior that it get's sacked on top.
Feature Request: Would it be possible to include a param such as included=True,
so that the value of A (lower value) is part of the value of B and not getting plotted on top?

Ofc, I could subtract B=B-A myself to get the value correctly shown in the y-axis.
If I do so, however, the value of B get's reduced and the hover does show the wrong value of B.

from plost.

tvst avatar tvst commented on June 15, 2024

Just so I understand, today Plost supports:

Unstacked:

|----
|======

Stacked:

|----======

But you'd like:

|≡≡≡≡=

...that is, you want the bars to overlap each other (possibly with some transparency, so you can understand what's happening).

Is that right?

from plost.

ChrisDelClea avatar ChrisDelClea commented on June 15, 2024

Even better! Thanks a lot for digging into that for me, @tvst . We could add it to the documentation tho.
I'd also like to show you what i used it for. Gotta record it first and saidly I could not share it with the whole world,
but just to show you (i mean i know you know it anyways) how awesome streamlit and plost works together.

from plost.

Related Issues (11)

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.