Josh Peek  over 10 years ago

Commit id: 8a13702e34c96368e54eb6ca80ac049801655e7d

deletions | additions      

       

"type" : "histogram"  }  ]  },  {  "grid" : {  "nRows" : 2,  "nColumns" : 2  },  "name" : "Josh two",  "figure" : {  "padding" : {  "top" : 0,  "left" : 50,  "right" : 0,  "bottom" : 40  },  "plotStyle" : {  "spacing" : {  "vertical" : 75,  "horizontal" : 75  },  "size" : {  "width" : 300,  "height" : 300  }  }  },  "caption" : "This is me attempting to create the figure Josh sent. And Josh attemping to modify",  "selection" : {  "type": "box",  "bounds": [  {  "range": [1.5e7,2.5e7],  "columnName" : "Semi-major axis (km)"  },  {  "range": [-900,-400],  "columnName" : "Orbital period (days)"  }  ]  },  "plots" : [  {  "gridPosition" : [0,0],  "xAxis" : {  "columnName" : "Discovery year"  },  "yAxis" : {  "columnName" : "log mass (log kg)"  },  "type" : "scatter"  },  {  "gridPosition" : [0,1],  "xAxis" : {  "columnName" : "Eccentricity"  },  "yAxis" : {  "columnName" : "Inclination (deg)"  },  "type" : "scatter"  },  {  "gridPosition" : [1,0],  "xAxis" : {  "columnName" : "Semi-major axis (km)"  },  "yAxis" : {  "columnName" : "Orbital period (days)"  },  "type" : "scatter",  "style" : {  "selected" : {  "opacity" : 1.0  },  "unselected" : {  "opacity" : 0.75  }  }  },  {  "gridPosition" : [1,1],  "xAxis" : {  "columnName" : "Discovery year",  "bins" : 25  },  "type" : "histogram"  }  ]  }  ]  }