[Matplotlib-users] 3D histogram with time on one axis

2014-09-18 Thread Florin Andrei
I've started with a data file consisting of one number per line, wide distribution of values. I've created a histogram out of it, showing the frequency of occurrence of values in about 200 bins. Even managed to do a log xscale. # import matplotlib.pyplot as plt impor

[Matplotlib-users] Interactively adding lines to a scatter plot

2014-09-18 Thread Nils Wagner
Hi all, How can I add lines between points of a scatter plot in an interactive manner ? A small example would be appreciated. Thanks in advance Nils -- Want excitement? Manually up

[Matplotlib-users] A imshow map without fill color

2014-09-18 Thread GoogleWind
Dear all, I would like to create imshow map using ax.imshow(arr). However, I got the image as Fig. 1. Is there any setting to get the image as Fig. 2 (i.e., without fill color for the cell). Fig. 1