Top "Scale" questions

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

[sklearn][standardscaler] can I inverse the standardscaler for the model output?

I have some data structured as below, trying to predict t from the features. train_df t: time to predict …

python scikit-learn scale
Auto-Scale Y-Axis in JfreeChart

I am using JFreeChart to create candlestick charts in my Java app. However, my charts end up looking like this: …

java scale jfreechart candlestick-chart
Android ImageView ScaleType and item height

Things looked quite simple first but in the end the result is not good. I have an image which has …

android imageview scale
Resize/scale facebook like button (height and width)

I couldn't find anywhere (if it's possible) how to resize the whole like button (not it's iframe or the container, …

height facebook-like scale
How to know the current scale of a UIView?

How do you find the current scale (zoom level) of a UIView?

ios objective-c uiview zoom scale
How to insert scale bar in a map in matplotlib

Any ideas on how can I insert a scale bar in a map in matplotlib that shows the length scale? …

python matplotlib scale matplotlib-basemap
QGraphicsView scrolling and image scaling/cropping

I would like to have a background image in my QGraphicsView that is always scaled (and cropped if necessary) to …

qt scale qgraphicsview qimage qpixmap
Change the thousands separator in a ggplot

While making a bar plot with ggplot I run into troubles getting the preferred thousands separator. I would like thousands …

r ggplot2 decimal scale separator
How to obtain multiple lines in a single density plot, with a corrected scale?

Possible Duplicate: How to overlay density plots in R? I have recently started working with microarray datasets and am trying …

r scale sample
Rails: Cannot add :precision or :scale options with change_column in a migration?

This seems to have been asked before: rails decimal precision and scale But when running a change_column migration for :…

ruby-on-rails migration decimal precision scale