AxisArtist utilizes a different (compared to the vanilla matplotlib)
mechanism for determining tick location etc., so some of the
matplotlibcommands do not work.
Unfortunately, AxisArtist is still not well documented, and things are
often opaque. Below I implemented a method that you can use to con
On Thu, Feb 21, 2013 at 1:08 AM, patricia wrote:
> Dear Jody,
> This is the original code that I am using:
> http://old.nabble.com/Taylor-diagram-(2nd-take)-p33364690.html
> It is a code that plots Taylor diagrams.
> I would like to get ticks every two points in the standard deviation axis
> of
>
Le 21/02/2013 17:33, Sudheer Joseph a écrit :
> Thank you Pierre,
> I will test the other options. I did not
> know the number limitation in case of plt.xcorr.
> Thanks a lot
> with best regards,
Just for reference :
http://stackoverflow.com/questions/6991471/computin
Thank you Pierre,
I will test the other options. I did not know the
number limitation in case of plt.xcorr.
Thanks a lot
with best regards,
Sudheer
***
Sudheer Joseph
Indian National Centre for Ocean Informa
Hi Sudheer,
Le 21/02/2013 02:22, Sudheer Joseph a écrit :
> Thank you very much Smith and Paul,
> I was away from office due
> to a medical situation. So could not respond and thank you regarding
> the help. I have got the results now and the tips from bo
Objective:
produce multi-page pdfs using xelatex so I can have advanced latex and stix
fonts (using xits package)
I've used pdf multipage with the recipe:
import matplotlib as mpl
mpl.use ('pdf')
import matplotlib.pyplot as plt
from matplotlib.backends.backend_pdf import PdfPages
pdf = PdfPages
Dear Jody,
This is the original code that I am using:
http://old.nabble.com/Taylor-diagram-(2nd-take)-p33364690.html
It is a code that plots Taylor diagrams.
I would like to get ticks every two points in the standard deviation axis of
the Taylor diagrams to avoid overlapping of labels (as I am mak