Giter Club home page Giter Club logo

Comments (5)

t-bltg avatar t-bltg commented on June 2, 2024 1

You can change the border color like this, if the current overlaps with your terminal background color:

julia> using UnicodePlots
julia> UnicodePlots.BORDER_COLOR[] = :white  # default is :dark_gray
julia> lineplot(1:2)
[...]

This is terminal dependent, and I don't think we can find a suitable default value for all terminals and colorschemes out there.

from unicodeplots.jl.

t-bltg avatar t-bltg commented on June 2, 2024 1

I'd like to precise: there is no method to determine the colours to my current knowledge, which might be limited and of course I'm open to contributions regarding that matter. Furthermore, I use Linux, so I'm incompetent in anything related to other OSs.

from unicodeplots.jl.

marekdedic avatar marekdedic commented on June 2, 2024

Hi,
thanks, if I may, I have 2 further questions:

  1. Could this not be set automatically?
  2. Is there a way to do this through the Plots.jl API?

Thanks!

from unicodeplots.jl.

t-bltg avatar t-bltg commented on June 2, 2024
  1. Automatically ... to what ? We unfortunately cannot detect the type of terminal / colorscheme you are working with. But I may be missing something here ?
  2. Apart from doing the following, there is no other way:
julia> using Plots
julia> unicodeplots()
julia> Plots.UnicodePlots.BORDER_COLOR[] = :white

from unicodeplots.jl.

marekdedic avatar marekdedic commented on June 2, 2024
  1. Well I thought there was a way to detect the fg/bg color of the terminal - if there isn't, then yeah, there is no universal good choice...

from unicodeplots.jl.

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.