Commit Graph

7 Commits

Author SHA1 Message Date
Elizaveta Shashkova
75ea055d4f IDEA-CR-61672: PY-41887 ImportError with matplotlib
Print exception only when debug logging is enabled, because uses can have interpreter without matplotlib installed

GitOrigin-RevId: 0b2bf07158280816a70f741e4058fab827df2750
2020-04-20 14:48:17 +00:00
Elizaveta Shashkova
da322c3294 IDEA-CR-61079: PY-41267 Add logging for Plots in SciView
GitOrigin-RevId: 742dbc8bf2a602c4f4eebd30a360348fa8b00d01
2020-04-13 12:08:37 +00:00
Ekaterina Tuzova
0abcaf9129 allow to use interactive mode in python console and pandas.plot as well 2017-10-10 13:59:35 +03:00
Ekaterina Tuzova
8f51a4c178 improve fallback in case matplotlib not loaded 2017-10-06 13:41:30 +03:00
Ekaterina Tuzova
0687a35ddf python 3 compatibility in matplotlib toolwindow
python 3 removed StandardError exception
2017-10-06 13:41:30 +03:00
Ekaterina Tuzova
3835ee1b55 fix the problem on python 2 with empty getfilesystemdefaultencoding 2017-10-06 13:41:30 +03:00
Ekaterina Tuzova
0c7c35441a initial support for matplotlib toolwindow
Plots toolwindow is implemented as part of SciView toolwindow.
DataView merged into SciView.

Features:
- open toolwindow with plot on plot available (run/console/rebug)
- plots in toolwindow are in separate tabs with image editor inside
- tabs in toolwindow are closeable
- save plot as file action
- DnD to/from editor supported
- plots toolwindow could be disabled from Settings
2017-10-06 13:41:30 +03:00