Using ggplot2, can I insert a break in the axis?

后端 未结 7 2010
我寻月下人不归
我寻月下人不归 2020-11-22 03:27

I want to make a bar plot where one of the values is much bigger than all other values. Is there a way of having a discontinuous y-axis? My data is as follows:



        
7条回答
  •  Happy的楠姐
    2020-11-22 03:52

    I doubt there's anything off the shelf in R, but you could show the data as a series of 3D partial cubes. 500 is only 5*10*10, so it would scale well. The exact value could be a label.

    This probably should only be used if you must have a graphic representation for some reason.

提交回复
热议问题