Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Pablo Reyes

Pablo Reyes

Pablo Reyes has asked 0 questions and find answers to 29 problems.

Stats

647
EtPoint
193
Vote count
0
questions
29
answers

About

Major contributions: answers related to plotting with libraries matplotlib and bokeh using python

Among my answers that I revisit frequently:

Related to matplotlib formatting of axes ticks:

  • http://stackoverflow.com/questions/11264521/date-ticks-and-rotation-in-matplotlib/41882582#41882582
  • http://stackoverflow.com/questions/42372509/how-to-add-a-shared-x-label-and-y-label-to-a-plot-created-with-pandas-plot/42372899#42372899

Related to matplotlib position of colorbar:

  • http://stackoverflow.com/questions/41457036/make-matplotlib-pyplot-color-bar-span-two-rows-alongside-waveform-and-specgram/41473084#41473084

Related to matplotlib qualitative colors,markers,line styles, and legend outside with multicolumn:

  • Using Colormaps to set color of line in matplotlib
  • plot different color for different categorical levels using matplotlib

Related to 'apache2' configuration:

  • http://stackoverflow.com/questions/23890386/how-to-run-ipython-behind-an-apache-proxy/42165939#42165939

Related to table in matplotlib:

  • http://stackoverflow.com/questions/43744354/matplotlib-create-table-data-for-one-row-multiple-columns/43745270#43745270
  • http://stackoverflow.com/questions/41151165/how-to-add-a-table-that-only-contains-strings-to-a-matplotlib-graph/41151293#41151293
  • http://stackoverflow.com/questions/28505315/two-tables-in-matplotlib/28507041#28507041

Related to DataTable in bokeh:

  • http://stackoverflow.com/questions/42915638/bokeh-datatables-overlapping-in-both-row-and-gridplot/42916819#42916819
  • http://stackoverflow.com/questions/32321841/add-callback-to-bokeh-datatable/40921643#40921643

Related to bokeh image interactive plotting:

  • http://stackoverflow.com/questions/33789011/bokeh-implementing-custom-javascript-in-an-image-plot/35490044#35490044
  • http://stackoverflow.com/questions/42334271/bokeh-enable-hover-tool-on-image-glyphs/42740169#42740169

Related to bokeh server:

  • Value Error when trying to use Bokeh Widget Checkbox group with several lines and their attibute "visible"