Coder Social home page Coder Social logo

Comments (4)

casainho avatar casainho commented on June 12, 2024 1

Ok, thanks. I do not like much the result so I will keep using without this scale.

from circuitpython_uplot.

jposada202020 avatar jposada202020 commented on June 12, 2024

Sadly this is not an easy thing to do in the library, if you want to do your whole graphic look bigger you could use something like this:
I just added the possibility for the scale to be chosen by the user.
Changing the graph thickness would make the library very complex, so that is something that I am not planning to do :)

plot_1 = Uplot(
    0,
    50,
    100,
    60,
    padding=1,
    show_box=True,
    box_color=color.BLACK,
    background_color=color.WHITE,
    scale=2
)

from circuitpython_uplot.

casainho avatar casainho commented on June 12, 2024

Ok, I understand.

I tested the scale but even with big values like 8, I see nothing happening.

from circuitpython_uplot.

jposada202020 avatar jposada202020 commented on June 12, 2024

Take a look a the example here https://github.com/jposada202020/CircuitPython_uplot/blob/main/examples/uplot_ufillbetween.py

results:
image

from circuitpython_uplot.

Related Issues (15)

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.