Showing posts with label PyCharm. Show all posts
Showing posts with label PyCharm. Show all posts

6/29/2018

Pycharm does not show plot

just use "plt.show()"


for example
...
plt.figure(figsize=IMAGE_SIZE)
plt.imshow(image_np)
plt.show()
...

Thank you.

3/11/2014

Python Study, Pycharm color setting

Pycharm color setting menu is here..

Preference ->  Editor -> Colors & Fonts.
Pycharm support 5 colors mode. (default, darcula, monokai, twilight, warmneon)
But we can set more various color setting detailed.

Refer to screen captures of color skin.









Python Study, Pycharm first setting

At first, you have to register python compiler,
Setting menu is here ...

Preference -> Project interpreter
or
File -> Default settings... -> project interpreter

And then, Add(+) python interpreter path and click apply or ok button