Skip to main content

Questions tagged [scale]

The scale tag is mostly used for questions that relate to proportional resizing of images or UI elements. It is also used for questions related to function scale() in R language.

scale
0 votes
0 answers
13 views

Canvas not scaling UI elements

I just found out about the "scale with screen size" feature and now wanted to use it. Because I am working on a 2560x1440 display, that is what I used, but if I switch my view to 1920x1080, ...
Spacter's user avatar
  • 63
-1 votes
0 answers
16 views

Precision and Scale Question in Floating-Point Column [duplicate]

I'm a little confused by the very last example. Here's the excerpt: When using a floating-point type, you can specify a precision (the total number of allowable digits both to the left and to the ...
Iftikhar Ramnandan's user avatar
-1 votes
2 answers
37 views

How to decided the pod to remove in node?

Is there any way to remove the specific pod that I want? Example: I have an app that I set replicaCount: 8 pod, that means I have 8 pod in 8 node. 4 node spot instance , 4 node on-demand In a specific ...
Tài Hồ's user avatar
0 votes
0 answers
25 views

Is there a way to scale nv12 surface decoded by dxva?

I have the surfaces decoded by dxva, whose format is nv12. I want to process the picture on GPU, just scale it, and output a different size picture with the same output format (nv12). I tried ...
yangpj's user avatar
  • 1
0 votes
0 answers
21 views

FIT bitmap in a canvas

I'm creating a background for a canvas and I can't get the image to fit the screen, it only shows me a central part of the image. I have tried createScaledBitmap calling the display metrics without ...
Delek's user avatar
  • 23
0 votes
1 answer
60 views

Tkinter - Sample Scale value every X seconds?

So I have a basic Tkinter GUI with a scale slider. I want to use a timer to sample the value of the scale every 1 second (which should simulate a car accelerator.) How can I add a timer to my code? ...
Avi Michaely's user avatar
0 votes
0 answers
35 views

Extra space on the right side before the actual margin in Microsoft excel

my worksheet content in excel is fully distributed (width wise) and is touching the page breaks (left & right) which are dashed lines . The thing that I am not getting is that the content is fully ...
user19626400's user avatar
0 votes
0 answers
17 views

shared color scale for different DEM images in QGIS

I need to visualize two elevation models (DEM) on the same color scale, that means the same color refers to the same elevation, even if "updated canvas" is set. It`s important if I want to ...
Gergely Kóródy's user avatar
2 votes
1 answer
59 views

How to use locale to get "german" abbreviations within scale_y_continuous?

How can I change the locale to "de" so that "billion" is abbreviated as "Mrd." and million as "Mil."? df_example <- tibble::tibble( year = c(2016:2023),...
Philipp Schulz's user avatar
0 votes
0 answers
7 views

Wrong tm_scale_bar when plotting osm raster (tmaptools)

I can't manage to plot osm-tiles created with tmaptools::read_osm with the correct scalebar, without distorting the osm-raster-layer. library( tidyverse) library( tmap) library( tmaptools) library( sf)...
Mirc's user avatar
  • 31
1 vote
1 answer
18 views

Problems with scaling icons when fitting scaling to match the markers

I have a problem with resizing markers on a map. I am adding a number of markers to a map and using "bounds.extend(marker0.position); and Map.fitBounds (bounds);" to set the initial scaling. ...
Ming Merciless's user avatar
0 votes
0 answers
26 views

Setting a scale for y when there are two y axis [duplicate]

I am currently graphing river discharge behind water quality measures such as salinty and pH. This is the graphs of salinity and pH by themselves: (The NA in the site is a bit inevitable I think as I ...
Rosie Lomas 's user avatar
0 votes
1 answer
45 views

Scaling Out-of-Sample Forecasts in a Model with Normalized Variables: Reverting to Original Scale

I'm working on making forecasts using a model where variables were scaled by $ x_i = \frac{{x_i - \text{mean}(x_i)}}{{\text{sd}(x_i)}} $, and I've saved the mean and standard deviation. Now, for out-...
george1994's user avatar
0 votes
0 answers
9 views

scale animation in gridview, animation should overlap the child view

in my gridview there are many childs. in each child there is an imageview. the imageview has some little space to the boarders of the child view wherein the imageview can be scaled bigger. well i only ...
Maximilian Notar's user avatar
0 votes
0 answers
18 views

scale_fill_manual - color of missing levels are not shown in legend [duplicate]

scale_fill_manual - missing levels are not colored in legend Running the examples at https://tidyverse.github.io/ggplot2-docs/reference/scale_manual.html I am wondering if the behaviour of ...
Torkild Tveraa's user avatar

15 30 50 per page
1
2 3 4 5
304