Guest User

Untitled

a guest
Jul 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. {"metadata":{"kernelspec":{"display_name":"Python 3","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.6.6"},"toc":{"base_numbering":1,"nav_menu":{},"number_sections":false,"sideBar":false,"skip_h1_title":false,"title_cell":"Table of Contents","title_sidebar":"Contents","toc_cell":false,"toc_position":{},"toc_section_display":false,"toc_window_display":false},"widgets":{"application/vnd.jupyter.widget-state+json":{"state":{"81b4cd8ef77349f4996ce94b41ff9ac6":{"model_module":"@jupyter-widgets/base","model_module_version":"*","model_name":"LayoutModel","state":{"_model_module_version":"*","_view_module_version":"*"}},"f03f72ec0bed45cb9d820bec0bc7c6f9":{"model_module":"beakerx","model_module_version":"*","model_name":"PlotModel","state":{"layout":"IPY_MODEL_81b4cd8ef77349f4996ce94b41ff9ac6","model":{"constant_bands":[],"constant_lines":[],"graphics_list":[{"clickTag":"","hasClickAction":false,"keyTags":{},"keys":[],"onKeyListeners":{},"shape":"DEFAULT","size":6,"type":"Points","uid":"71fa6f44-f5ec-41ce-96c7-6cd72236db92","visible":true,"x":[0],"y":[5]},{"clickTag":"","hasClickAction":false,"keyTags":{},"keys":[],"onKeyListeners":{},"shape":"DEFAULT","size":6,"type":"Points","uid":"735f4441-b21e-40f0-af68-2d863d5e1558","visible":true,"x":[0],"y":[6]}],"init_height":480,"init_width":640,"legend_layout":"VERTICAL","legend_position":{"position":"TOP_RIGHT"},"log_x":false,"log_y":false,"numberOfPoints":1,"omit_checkboxes":false,"outputPointsLimit":1000000,"outputPointsPreviewNumber":10000,"rangeAxes":[{"auto_range":true,"auto_range_includes_zero":false,"label":"","log_base":10,"lower_bound":0,"lower_margin":0.05,"type":"YAxis","upper_bound":0,"upper_margin":0.05,"use_log":false}],"texts":[],"tips":{},"type":"Plot","use_tool_tip":true,"x_auto_range":true,"x_log_base":10,"x_lower_bound":0,"x_lower_margin":0.05,"x_upper_bound":0,"x_upper_margin":0.05}}}},"version_major":2,"version_minor":0}}},"nbformat_minor":2,"nbformat":4,"cells":[{"cell_type":"code","source":"from beakerx import *\np = Plot()\np.add(Points(y=[5]))\np.add(Points(y=[6]))","metadata":{"scrolled":false,"trusted":true},"execution_count":9,"outputs":[{"output_type":"display_data","data":{"application/vnd.jupyter.widget-view+json":{"version_major":2,"version_minor":0,"model_id":"02fbbc4cbf7646509a155460d1debe0d"}},"metadata":{}}]},{"cell_type":"code","source":"p","metadata":{"trusted":true},"execution_count":15,"outputs":[{"output_type":"display_data","data":{"application/vnd.jupyter.widget-view+json":{"model_id":"f03f72ec0bed45cb9d820bec0bc7c6f9","version_major":2,"version_minor":0}},"metadata":{}}]}]}
Add Comment
Please, Sign In to add comment