Top "Scale" questions

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

Plot logarithmic axes with matplotlib in python

I want to plot a graph with one logarithmic axis using matplotlib. I've been reading the docs, but can't figure …

python matplotlib scale logarithm
Auto Scale TextView Text to Fit within Bounds

I'm looking for an optimal way to resize wrapping text in a TextView so that it will fit within its …

android scale textview word-wrap
Fit image into ImageView, keep aspect ratio and then resize ImageView to image dimensions?

How to fit an image of random size to an ImageView? When: Initially ImageView dimensions are 250dp * 250dp The image's …

android imageview scale
How do I interpret precision and scale of a number in a database?

I have the following column specified in a database: decimal(5,2) How does one interpret this? According to the properties on …

sql database decimal scale precision
Fit Image in ImageButton in Android

I have 6 ImageButton in my activity, I set images through my code in them ( not using xml). I want them …

android image android-linearlayout scale imagebutton
Plotting with ggplot2: "Error: Discrete value supplied to continuous scale" on categorical y-axis

The plotting code below gives Error: Discrete value supplied to continuous scale What's wrong with this code? It works fine …

r ggplot2 scale categorical-data r-factor
How to capture UIView to UIImage without loss of quality on retina display

My code works fine for normal devices but creates blurry images on retina devices. Does anybody know a solution for …

uiimage uikit scale retina-display image-capture
Understanding `scale` in R

I'm trying to understand the definition of scale that R provides. I have data (mydata) that I want to make …

r scale transformation heatmap
Adjusting the Xcode iPhone simulator scale and size

Is there anyway to make the iOS simulator for iPhone 5 in Xcode, be the actual size of the iPhone 5. I'm …

ios xcode ios-simulator scale simulator
Scale the contents of a div by a percentage?

Building a CMS of sorts where the user can move around boxes to build a page layout (basic idea anyway). …

javascript jquery css scale