About 1,759,776 results (1,757 milliseconds)

How to manually set font size for a node's label?

https://groups.google.com/g/cytoscape-helpdesk/c/uJWm6qvO7aM
Sep 16, 2019 ... Hello,. I tried to make the size of label font bigger for my selected protein individually. So, from the drop-down list ...

change axis linewidth, axis font and ticks style

https://groups.google.com/g/pyqtgraph/c/jS1Ju8R6PXk
Jan 17, 2013 ... ... font size in pixels. On the title, it works with. setTitle('Title',size='10px') ... plt.setLabel('bottom', 'Label Text', 'Units', **labelStyle).

Top label size

https://groups.google.com/g/weewx-user/c/E0JN2JiRj-8
# and understand the options. # # Fonts can be anything accepted by the Python Imaging Library (PIL), which ... For others, font size is determined by the bit- ...

Formatting font size and type on colorbar tick labels.

https://groups.google.com/g/hyperspy-users/c/siFqDlrnh4E
Sep 1, 2015 ... I am trying to change the font size and font type for the tick marks in the colorbar, but I have been unable to figure out how to do this.

Control text size in widgets

https://groups.google.com/g/shiny-discuss/c/ugNEaHizlck
... text size. For instance, if I take the example of Joe,. library(shiny) ui <- fluidPage( tags$style(type = "text/css",. ".radio label { font-size: 7px;}". ), h1 ...

Label and Screen edge: adjust font size depending on text length

https://groups.google.com/g/kivy-users/c/aXsH67z5Q8k
Jan 5, 2017 ... Label and Screen edge: adjust font size depending on text length · [email protected] · ZenCODE · Oon-Ee Ng · [email protected] · [email protected] · Oon-Ee ...

Kivy (kivymd) button font size is too large on Android, but works fine ...

https://groups.google.com/g/kivy-users/c/An1Pn-x63IY
I don't think this is a problem or kivy metrics, since when I use “35sp” for my “Label” widget, it works as it should. What I have already tried: 1. Using “dp” ...

Changes in the graphs top_label_font_size and date format does ...

https://groups.google.com/g/weewx-user/c/ip3hlCSnbMY
Most answers I got from the Weewx docu which is very good. ... minor changes. Now I am really struggeling to change the top label font size and the date format ...

can't use label styling

https://groups.google.com/g/pyqtgraph/c/9pwTS7goAfw
8, Windows 64, Python version 2.7.6), and trying to get some basic examples ... font-size': '14pt'}. pi.getAxis("bottom").setLabel('Voltage', units='V ...

Formatting 2 VertialArrangements

https://groups.google.com/g/mitappinventortest/c/WEat3QJXUX4/m/-r3mNVSIAwAJ
I have a HorizonalArrangement with 2 VerticalScroolArrangements, a label in each. I would like to input text (multi-line, various fonts sizes) into the ...

change colorbar tick and label sizes in display.plot

https://groups.google.com/g/pyart-users/c/eg00Fr79Tk4
ax1.set_xlabel('', fontsize=24) ax1.set_ylabel('Distance above radar [km]', fontsize=24) plt.xticks(fontsize=20) plt.yticks(fontsize=20) ax2 = fig ...

Attribute update during timeline scrub?

https://groups.google.com/g/python_inside_maya/c/ZDcOGSbq0js/m/SmGZMU80mUwJ
Jul 8, 2014 ... blockSize=self.size,. label=attr,. labelFontSize=self.size,. allowOverlap=True,. command=partial(getattr,self,attr),. event='timeChanged'). I've ...

Alternative for Label when drawing text on a canvas

https://groups.google.com/g/kivy-users/c/zRCjfhBcX4c
Does anyone have a suggestion for a faster alternative to draw text on a canvas? The text is fairly static, since I only need to change the font/size and draw ...

Change Legend font size

https://groups.google.com/g/pyqtgraph/c/X7fL1KfXalY
Mar 20, 2016 ... # SET AND CHANGE THE FONT SIZE AND COLOR OF THE PLOT AXIS LABEL labelStyle = {'color': '#FFF', 'font-size': '24px'} p1.setLabel('bottom ...

ScrollView & unknown Label height

https://groups.google.com/g/kivy-users/c/v5X5nI9B3XU
Apr 22, 2012 ... Two problems then, the callback isn't being called and I fail at dynamically setting the text size to get the scroll view to work. Any help is ...

ui.Label.style | Google Earth Engine | Google for Developers

https://developers.google.com/earth-engine/apidocs/ui-label-style
Feb 20, 2024 ... Label({ value: 'A label', style: {width: '400px', height: '200px', fontSize: '40px', color: '484848'} }); Map.add(widget); // View the UI ...

Screen Size Issue in Kivy App

https://groups.google.com/g/kivy-users/c/2nx79R0s9xY
self.add_widget(Label(text = "ssdwrj"+str(z)). self.add_widget(Label(text ... I allocated the labels in kv, and filled them from python. happy to answer ...

How to have a button text that fit the size of a Button automatically ?

https://groups.google.com/g/kivy-users/c/4ONGwV7rjys
Nov 7, 2018 ... Maybe the code below will help you. It's just an example, resize window hight / width to see the effects. from kivy.uix.label import Label.

Kivy Label Size Updating

https://groups.google.com/g/kivy-users/c/uT19bvJe4EA
The above code appropriately drops the excess text to the next line(s), however the code does not update to the appropriate label height. Might you know how I ...

KivyCalendar font size for Day Labels

https://groups.google.com/g/kivy-users/c/reusTuTHHQ0
KivyCalendar font size for Day Labels. 282 views. Kivyrelativelayout. Skip ... Please advise. Code for calendar_ui.py: #!/usr/bin/python # -*- coding: utf ...