Skip to content

Commit ce11fc0

Browse files
committed
Rename backend path
1 parent 129682a commit ce11fc0

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

lib/matplotlib/iruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def activate(gui=:inline)
120120
nbagg: :nbAgg,
121121
notebook: :nbAgg,
122122
agg: :agg,
123-
inline: 'module://ruby.matplotlib.backend_inline',
123+
inline: 'module://matplotlib_rb.backend_inline',
124124
}.freeze
125125

126126
BACKEND_GUI_MAP = Hash[GUI_BACKEND_MAP.select {|k, v| v }].freeze

lib/matplotlib/python/matplotlib_rb/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)