Sha256: 852979c1bbb65dc9044c27eca3f0bcb9d1919cd640f1d9a59d1b53de01aec39b

Contents?: true

Size: 356 Bytes

Versions: 8

Compression:

Stored size: 356 Bytes

Contents

# lib/patches/daru/data_frame.rb

module Daru
	module DataFrame

		def plotting_lig lib
			if :svg_graph = lib
        @plotting_library = lib
        if Daru.send("has_#{lib}?".to_sym)
          extend Module.const_get(
            "Daru::Plotting::DataFrame::#{lib.to_s.capitalize}Library"
          )
        end
			else
				super
			end
		end
	end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sqa-0.0.15 lib/patches/daru/data_frame.rb
sqa-0.0.14 lib/patches/daru/data_frame.rb
sqa-0.0.13 lib/patches/daru/data_frame.rb
sqa-0.0.12 lib/patches/daru/data_frame.rb
sqa-0.0.11 lib/patches/daru/data_frame.rb
sqa-0.0.10 lib/patches/daru/data_frame.rb
sqa-0.0.9 lib/patches/daru/data_frame.rb
sqa-0.0.8 lib/patches/daru/data_frame.rb