About 991,000 results
Open links in new tab
  1. ros - rqt_graph font too large - Robotics Stack Exchange

    On my high-dpi screen (3200x1800, 262ppi) the font used for node/topic labels is far too large and obscures important details of the graph. Is there a way to lower the font size?

  2. font size too large in rqt_graph, rqt_tf_tree etc. on high-dpi

    ros-visualization / rqt Public Notifications You must be signed in to change notification settings Fork 73 Star 68

  3. rqt_graphrqt_graph: Kilted 1.7.0 documentation

    Links Rosindex Website Repository Bugtracker Python API rqt_graph package Standard Documents CHANGELOG PACKAGE CONTRIBUTING LICENSE

  4. R / RStudio : graph scaling issues & fuzziness on high dpi screens

    Sep 5, 2015 · 9 On high DPI 4K monitors it seems that under Windows the RStudio plot window uses pixel doubling to make the plot legible (I'm using RStudio 0.99.483 and R 3.2.2 and …

  5. Font gets really small when saving to png using ggsave() and …

    Sep 12, 2022 · However recently my png-plot looks really strange, the font gets very small compared to the pdf. I have found previous posts here that seem to have the exact same …

  6. Improper Rendering of text in rqt applications #85 - GitHub

    May 30, 2015 · The text was updated successfully, but these errors were encountered: dirk-thomas mentioned this issue on May 31, 2015 font size too large in rqt_graph, rqt_tf_tree etc. …

  7. Export Graphics with exact size and font size - Stack Overflow

    Apr 12, 2017 · I read that the default resolution of R is 72 dpi. Using size = 18*96/72, and export via ggsave (..., dpi=96) worked in that way, that the size of the letters was more or less the …

  8. high-resolution-plot as png-graphic with fixed font size in R

    Feb 7, 2017 · I want to save my plots as a png-file to use them in other documents. They need to have a fixed font size and a high resolution. Simple plot but with low quality. png ('myfile.png', …

  9. rqt: scaling issues with 4k monitor - ROS Answers archive

    Dec 28, 2020 · The settings of the high resolution display are visible on the RHS of the screenshot. Any hints or tips? Is 4K/high resolution officially supported? Thx! Asked by ticotico …

  10. Font size on a 125% display - Qt Forum

    Nov 27, 2020 · Your text is in point size, which will change its pixel size with dpi, but the frame size is in pixel size. So you can Use pixel size for text font, too. Calculate frame size according …