Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ can use to either 'zoom out' fully and see everything that is front of you, or y
The only difference is that in case of viewports there is no actual zooming in but only
demarcation of areas within the canvas that are to treated as the 'world'.

The implication on rubyplot would be that an `Axes` within a `Figure` would get mappped
The implication on rubyplot would be that an `Axes` within a `Figure` would get mapped
to a `viewport` and the plotting within the viewport would take place by setting up the
world co-ordinates to between the X and Y range.

2 changes: 0 additions & 2 deletions lib/rubyplot.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
require 'bigdecimal'

require 'rmagick'

require 'rubyplot/color'
require 'rubyplot/utils'
require 'rubyplot/version'
Expand Down
2 changes: 1 addition & 1 deletion lib/rubyplot/artist/axes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -317,5 +317,5 @@ def set_yrange
@y_axis.max_val = @y_range[1]
end
end # class Axes
end # moudle Artist
end # module Artist
end # module Rubyplot