Open whllnd opened 8 years ago
Should definitely; I'll look at it later.
This is a matplotlib issue; see https://github.com/matplotlib/matplotlib/issues/7243. If you want this to work, +1 there.
is this error solved? I get the same error message when trying to save a 3d plot
Traceback (most recent `all last):
File "./surface_fit.py", line 472, in <module>
tikz.save("./figures/surface.tex")
File "/usr/local/lib/python3.6/site-packages/matplotlib2tikz/save.py", line 197, in save
code = get_tikz_code(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/matplotlib2tikz/save.py", line 160, in get_tikz_code
data, content = _recurse(data, figure)
File "/usr/local/lib/python3.6/site-packages/matplotlib2tikz/save.py", line 280, in _recurse
ax = axes.Axes(data, child)
File "/usr/local/lib/python3.6/site-packages/matplotlib2tikz/axes.py", line 150, in __init__
assert yaxis_pos == 'right'
AssertionError
@svretina Not solved, it's a matplotlib issue. See above.
@nschloe the latest reply in the issue that you linked suggests using the property _offsets3d
. Is this something this library can do as long there is no official answer?
Here's the link to the reply: https://github.com/matplotlib/matplotlib/issues/7243#issuecomment-581045658
Sure, whatever works.
Hi,
trying to plot in 3D gives an error:
results in
Is 3D plotting supported at all, or do I have to venture further? Great work, though, 2D plots are a real treat with this one!
EDIT: Forgot to say using version 0.5.14