5b370964854e09f1491f697b52abefe98629ea69,pythalesians/graphics/graphs/lowleveladapters/adapterbokeh.py,AdapterBokeh,plot_2d_graph,#AdapterBokeh#Any#Any#Any#,30

Before Change


        p1.title_text_font_size = str(14 * scale_factor) + "pt"
        p1.title_text_font = Constants().plotfactory_bokeh_font

        if Constants().plotfactory_display_source:
            p1.text([30, 30], [0, 0], text = [Constants().plotfactory_brand_label],
                text_font_size = str(10 * scale_factor) + "pt", text_align = "left",
                text_font = Constants().plotfactory_bokeh_font)

After Change


class AdapterBokeh(AdapterTemplate):

    def plot_2d_graph(self, data_frame, gp, type):
        try:
            output_file(gp.html_file_output)
        except: pass

        p1 = figure(
            x_axis_type = "datetime",
            plot_width = gp.width * gp.scale_factor,
            plot_height = gp.height * gp.scale_factor,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: cuemacro/finmarketpy
Commit Name: 5b370964854e09f1491f697b52abefe98629ea69
Time: 2015-08-07
Author: saeedamen@hotmail.com
File Name: pythalesians/graphics/graphs/lowleveladapters/adapterbokeh.py
Class Name: AdapterBokeh
Method Name: plot_2d_graph


Project Name: cuemacro/finmarketpy
Commit Name: b31d2638ae7da3fc26e32bc6672d5e35494dc4fd
Time: 2015-08-21
Author: saeedamen@hotmail.com
File Name: pythalesians/market/loaders/lowlevel/loadertemplate.py
Class Name: LoaderTemplate
Method Name: __init__


Project Name: cuemacro/finmarketpy
Commit Name: 28b13b95e0e552e96ff0e1965201c4aa31067bb9
Time: 2016-03-11
Author: saeedamen@hotmail.com
File Name: pythalesians/graphics/graphs/lowleveladapters/adapterpythalesians.py
Class Name: AdapterPyThalesians
Method Name: plot_2d_graph