Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 652e385

Browse files
committed
Resolves #1246 exception. Agg backend works beautifully, PDF and SVG fail to produce suitable results.
1 parent f38065d commit 652e385

File tree

5 files changed

+1019
-0
lines changed

5 files changed

+1019
-0
lines changed

lib/matplotlib/scale.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ class LogTransformBase(Transform):
115115
input_dims = 1
116116
output_dims = 1
117117
is_separable = True
118+
has_inverse = True
118119

119120
def __init__(self, nonpos):
120121
Transform.__init__(self)
@@ -316,6 +317,7 @@ class SymmetricalLogTransform(Transform):
316317
input_dims = 1
317318
output_dims = 1
318319
is_separable = True
320+
has_inverse = True
319321

320322
def __init__(self, base, linthresh, linscale):
321323
Transform.__init__(self)
Binary file not shown.

0 commit comments

Comments
 (0)