I used Gviz for plotting human genome chromosome ideogram in one picture together, but when I get the picture, I find the width of each chromosome is similar, for example:
Not sure what these links are supposed to show, but for me they only get me to some Chinese photo sharing page.
From the vague description in the text I gather that you want to plot all human chromosomes through Gviz in their relative size. That is not possible, and Gviz is not designed to do that. Ideograms in Gviz are really just a special type of track objects. You may want to look into more general purpose graphics to do that.
You can use karyoploteR for that. You can create the complete ideograms for many different genomes (even for custom ones) and plot data on it if you want.
IMPORTANT: karyoploteR is only available in Bioconductor devel until next release (mid April 2017)
To create a simple ideogram of the human genome version hg19 you only need
Thank You, I get it!