Giter Club home page Giter Club logo

Comments (4)

emiltb avatar emiltb commented on July 30, 2024 2

I don't know if the original author is still working on the project. I would also very much like the plugin to integrate more natively with the current theme in obsidian. I have forked the project here (https://github.com/emiltb/obsidian-plotly) and will try to come up with a solution.

from obsidian-plotly.

efemkay avatar efemkay commented on July 30, 2024

@emiltb any luck on the dark mode?

from obsidian-plotly.

emiltb avatar emiltb commented on July 30, 2024

@emiltb any luck on the dark mode?

All god intentions from my side, but I ran into some quirks the last time I worked on it that stopped me in my track. I might pick it up again at some point, but I don't have the time right now.

from obsidian-plotly.

sfdrada avatar sfdrada commented on July 30, 2024

Here's how you can do it, just customize what colors you want to set your chart:

data:
- x: [0, 1, 2]
  y: [0, 1, 0]
  line:
    color: 'rgb(255, 255, 255)' # Line color (white)
    width: 2 # Line width
  marker:
    color: 'rgb(0, 150, 255)' # Marker color (blue)
    size: 8 # Marker size
  mode: 'lines+markers' # Display both lines and markers
layout:
  paper_bgcolor: 'rgb(17, 17, 17)' # Dark background color
  plot_bgcolor: 'rgb(17, 17, 17)' # Dark plot area color
  font:
    color: 'rgb(255, 255, 255)' # Font color (white)
  xaxis:
    color: 'rgb(255, 255, 255)' # X-axis color (white)
    gridcolor: 'rgb(102, 102, 102)' # X-axis grid color (gray)
  yaxis:
    color: 'rgb(255, 255, 255)' # Y-axis color (white)
    gridcolor: 'rgb(102, 102, 102)' # Y-axis grid color (gray)

from obsidian-plotly.

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.