Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
Adding YARD documentation for Robust and Lazy plots and restructuring…
Browse files Browse the repository at this point in the history
… modules
  • Loading branch information
pgtgrly committed Jul 24, 2018
1 parent 6885402 commit f5d6a24
Show file tree
Hide file tree
Showing 79 changed files with 1,030 additions and 25,961 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -3,3 +3,5 @@
*.bmp
!spec/**
tmp/
doc/
.yardoc/
14 changes: 0 additions & 14 deletions .yardoc/checksums

This file was deleted.

Empty file removed .yardoc/complete
Empty file.
Binary file removed .yardoc/object_types
Binary file not shown.
Binary file removed .yardoc/objects/root.dat
Binary file not shown.
Binary file removed .yardoc/proxy_types
Binary file not shown.
2 changes: 1 addition & 1 deletion create_reference_images.rb
Expand Up @@ -88,7 +88,7 @@

it 'creates a stacked bar graph with user defined colors' do
a = Rubyplot::Figure.new
a.stacked_bar! @bars_data, [:black, :red, :green, :blue]
a.stacked_bar! @bars_data, bar_colors: [:black, :red, :green, :blue]
a.save 'spec/reference_images/single_plot_graph/user_color_stacked_bar_graph.bmp'
end
end
Expand Down

0 comments on commit f5d6a24

Please sign in to comment.