Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
known_bugs [2019/12/23 23:20]
admin [libRadtran doesn't compile]
known_bugs [2024/02/08 13:39]
admin [GUI: from matplotlib.axes import _process_plot_var_args fails]
Line 4: Line 4:
 Also, we still rely on Python 2.7. It is planned to upgrade to Python 3 soon - stay tuned! Also, we still rely on Python 2.7. It is planned to upgrade to Python 3 soon - stay tuned!
  
-==== GUI: from matplotlib.axes import _process_plot_var_args fails ==== 
-**Solution:​** In the file GUI/​wxmpl.py please change 
- 
-    from matplotlib.axes import _process_plot_var_args 
- 
-to  
- 
- 
-   from distutils.version import LooseVersion 
-   if LooseVersion(matplotlib.__version__) < LooseVersion('​1.4.2'​):​ 
-       from matplotlib.axes import _process_plot_var_args 
-   else: 
-       from matplotlib.axes._base import _process_plot_var_args 
  
 
 
known_bugs.txt ยท Last modified: 2024/02/08 13:40 by admin
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki
Drupal Garland Theme for Dokuwiki