Top "Scale" questions

The scale tag is mostly used for questions that relate to proportional resizing of images or UI elements.

Scaling a numeric matrix in R with values 0 to 1

Here is an excerpt of numeric matrix that I have [1,] 30 -33.129487 3894754.1 -39.701738 -38.356477 -34.220534 [2,] 29 -44.289487 -8217525.9 -44.801738 -47.946477 -41.020534 [3,] 28 -48.439487 …

r scale
Scaling a Phonegap app for different Android screen sizes/densities?

I have a Phonegap app designed to run on Android phones and tablets. The scale of text and images looks …

android css cordova scale dpi
Chart Control Y axis auto-scale on scrolling

I've been searching the net for some time now yet still haven't found any good solution to my problem. I …

c# scale mschart
CSS scale from left top

I am trying to scale my entire page from the top left. This is what my original page looks like: …

html css scale
JavaFX correct scaling

I want to scale all nodes in a Pane on a scroll event. What I have tried so far: When …

javafx scale
Have text scale up in size to fit the container

Using CSS, and specifically no onload javascript, would it be possible to do this: You have a cell of 150px …

css fonts scale
scikit-learn: how to scale back the 'y' predicted result

I'm trying to learn scikit-learn and Machine Learning by using the Boston Housing Data Set. # I splitted the initial dataset (…

python machine-learning scikit-learn scale
How do I scale an SVG that has some complex path definitions?

I have an SVG whose code is like what follows: <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "…

svg scale
When using CSS Scale in Firefox, element keeps original position

When using scale in Firefox, the scaled element dóes get scaled properly. The problem is, that it's positioned as …

css firefox zoom scale
Apply StandardScaler to parts of a data set

I want to use sklearn's StandardScaler. Is it possible to apply it to some feature columns but not others? For …

python pandas scikit-learn scale data-science