What is SciView Tool ?

Answered

Hi,

I suppose the 2017.3 update brought this window that doesn't seem to do anything, I am just wondering if it's just a bug or a feature  I don't use correctly?

Without providing a screenshot, this window has 2 tabs (Data, Plots), both empty, however the Data window shows "Run console or debugger to view available data".

Needless to say, stopping at a breakpoint doesn't seem to do anything. 

So what does it do? Thanks

 

IntelliJ IDEA 2017.3 (Ultimate Edition)
Build #IU-173.3727.127, built on November 27, 2017
Licensed to xxxxxxxxx
Subscription is active until xxxxxxx
JRE: 1.8.0_152-release-1024-b6 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.4.0-79-generic

 

 

0
11 comments
Avatar
Permanently deleted user

cool, thanks

0
Avatar
Permanently deleted user

i am running 2017.3 pro version and while SciView is enabled and Data Array visualization works fine, I cannot make work the plot tab. Whenerver I do charting the chart come sup at a separate window like for earlier version.
I also tried with the example provided here and still the chart is never embedded.

matplotlib.__version__
Out[2]: '2.1.1'

2

Please check that you have the option "Settings| Tools| Python Scientific| Show plots in toolwindow" enabled.

1
Avatar
Permanently deleted user

Yes I do. I have checked this before.

0

Could you please Run the following :

import matplotlib
print(matplotlib.get_backend())

 

0
Avatar
Permanently deleted user

0

Thank you for the update. I've created an issue about the problem https://youtrack.jetbrains.com/issue/PY-27653 in our bug tracker, please follow it for updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.

Please attach your idea.log (Help| Show log) to the issue, thank you.

0
Avatar
Permanently deleted user

How can I copy the numerical values of a variable from the "Data" tab of "Sciview" and paste it into excel or notepad? Thanks in advance!

1
Avatar
Permanently deleted user

excellent, thanks

0

Please sign in to leave a comment.