Git Product home page Git Product logo

Comments (4)

kMutagene avatar kMutagene commented on May 14, 2024

Hi there again,

I'm glad you like it! What you want to do is something that I think we definitely should offer. However looking into it I didn't get the subplot grid working directly. When I have a working prototype I will get back at you and publish a prerelease package so you can test it. Thanks for reporting what you are doing with our library, it's really interesting to see.

from plotly.net.

hoangdungt2 avatar hoangdungt2 commented on May 14, 2024

Thanks Kevin, I'm using FSharp.Plotly in several projects in my company, certainly looking forward to the new features.

from plotly.net.

kMutagene avatar kMutagene commented on May 14, 2024

Hi @hoangdungt2 , i implemented a new version of the chart, Chart.SingleStack, wich is a version of the also fresh Chart.Grid with only 1 column. Here is a snippet that should get you what you want for shared xAxis:

[
    Chart.Point([(0,1)]) |> Chart.withY_AxisStyle("This title")
    Chart.Point([(0,1)]) 
    |> Chart.withY_AxisStyle("Must be set",Zeroline=false)
    Chart.Point([(0,1)]) 
    |> Chart.withY_AxisStyle("on the respective charts",Zeroline=false)
]
|> Chart.SingleStack
|> Chart.withLayoutGridStyle(XSide=StyleParam.LayoutGridXSide.Bottom)
|> Chart.withTitle("Hi i am the new SingleStackChart")
|> Chart.withX_AxisStyle("im the shared xAxis")
|> Chart.Show

For more than one column, you can use Chart.Grid. Should be available as a new prerelease package here.

from plotly.net.

hoangdungt2 avatar hoangdungt2 commented on May 14, 2024

hi Kevin,
Big thanks, the new nuget package works perfectly for me.
Really appreciate your quick action 👍👍

from plotly.net.

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.