11---
2- permalink: python/range-slider/
2+ permalink: python/range-slider
33description: Create graphs with range sliders and range selectors in Python with Plotly.
44title: Python Range Slider and Selectors | plotly
55has_thumbnail: true
1818</ div >
1919< div class ="inner_cell ">
2020< div class ="text_cell_render border-box-sizing rendered_html ">
21- < h4 > Now you can implement range sliders and selectors < br > in your Plotly graphs purely with < b > python</ b > !! !</ h4 >
21+ < h4 > Now you can implement range sliders and selectors < br > in your Plotly graphs purely with python!</ h4 >
2222< p > New to our python API?< br >
2323Learn about API authentication here: < a href ="https://plot.ly/python/getting-started "> https://plot.ly/python/getting-started</ a > < br >
2424Find your api_key here: < a href ="https://plot.ly/settings/api "> https://plot.ly/settings/api</ a > </ p >
@@ -33,7 +33,7 @@ <h4>Now you can implement range sliders and selectors <br>in your Plotly graphs
3333 < div class ="input_area ">
3434< div class =" highlight hl-ipython2 "> < pre > < span class ="kn "> import</ span > < span class ="nn "> plotly</ span >
3535< span class ="kn "> import</ span > < span class ="nn "> plotly.plotly</ span > < span class ="kn "> as</ span > < span class ="nn "> py</ span >
36- < span class ="kn "> import</ span > < span class ="nn "> plotly.graph_objs</ span > < span class ="kn "> as</ span > < span class ="nn "> go</ span >
36+ < span class ="kn "> import</ span > < span class ="nn "> plotly.graph_objs</ span > < span class ="kn "> as</ span > < span class ="nn "> go</ span >
3737
3838< span class ="n "> plotly</ span > < span class ="o "> .</ span > < span class ="n "> __version__</ span >
3939</ pre > </ div >
@@ -160,7 +160,7 @@ <h5 id="Create-a-Graph-with-Range-Selectors-and-a-Range-Slider">Create a Graph w
160160< div class ="output_area "> < div class ="prompt output_prompt "> Out[4]:</ div >
161161
162162< div class ="output_html rendered_html output_subarea output_execute_result ">
163- < iframe id ="igraph " scrolling ="no " style ="border:none; " seamless ="seamless " src ="https://plot.ly/~chelsea_lyn/11581 .embed " height ="525px " width ="100% "> </ iframe >
163+ < iframe id ="igraph " scrolling ="no " style ="border:none; " seamless ="seamless " src ="https://plot.ly/~chelsea_lyn/11583 .embed " height ="525px " width ="100% "> </ iframe >
164164</ div >
165165
166166</ div >
0 commit comments