Giter Site home page Giter Site logo

Font size in plotly plot about pandasgui HOT 6 CLOSED

adamerose avatar adamerose commented on July 17, 2024
Font size in plotly plot

from pandasgui.

Comments (6)

miglto avatar miglto commented on July 17, 2024 3

Please do

from pandasgui.

adamerose avatar adamerose commented on July 17, 2024

What's your screen resolution, is it 4k? I don't have a mismatch between Plotly and PyQt like this, maybe Plotly doesn't properly scale up with high resolution.

Tagging this issue for help wanted since I'm tight on time lately and it's probably something that can be fixed by just changing the Plotly figure settings in plotly_viewer.py

from pandasgui.

udaan42 avatar udaan42 commented on July 17, 2024

Hey, I would like to help if no one is working on this. Please let me know.

from pandasgui.

ziliangok avatar ziliangok commented on July 17, 2024

if pandasgui using plotly, it can using

fig = px.line(df, x='x', y='y')
fig.layout.font.size = 12
fig

for more information, you can check https://plot.ly/python/reference/#layout -> font
in theory, we can custom all layout features if this can update the "custom Kwargs" button or add a new button.

from pandasgui.

miglto avatar miglto commented on July 17, 2024

Was there any progress on this?
Thx.

from pandasgui.

adamerose avatar adamerose commented on July 17, 2024

Closing this stale issue since you made a new one #113

from pandasgui.

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.