Hi there,
I know this has been discussed in the past, but I was looking through some
of the history and I'm not sure what the exact situation is. I think
multiple y axes on the same side of the graph is unsupported officially, but
can be hacked together somehow, is that right? Is there an exampl
Hello again,
I've got a question about axis labels, specifically y axis labels for
multiple lines. What I'd ideally like to do is take something like the
legends shown in the attached picture, rotate them 90 degrees counter
clockwise, then stick them to the left of the Y axes to use it as a label
Hmm I think I could do this with TextWithDash, but I can't manage to use
it... I go:
CumGasTxt = fig.text(0.5, 0.5, 'Cumulative Gas (MCF)', withdash=True)
and it says "AttributeError: Unknown property withdash".
I tried changing "fig" to "ax1", but although that doesn't spit out an
error, it d
Ah, perfect, I wasn't seeing the labels when I was calling it with ax because
I was still using .5, .5 for the location and that was off the screen.
Thanks a lot!
Alex
Matthias Michler wrote:
>
> On Tuesday 09 March 2010 21:10:49 Alex S wrote:
>> Hmm I think I could do this
Hi there,
I'm trying to make a plot with two y axes. I'm able to do that no problem,
but what I'd really like to do now is make the tick marks line up for them
both so that they both use the same grid. Is there a simple way to do this?
Basically, I want to force the number of tick marks on the
Ah, that worked fine. Thanks a lot.
Alex
--
View this message in context:
http://old.nabble.com/Making-tick-marks-of-a-secondary-axis-line-up-with-the-primary-axis-tp27854166p27855043.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
---
Hi there, does anyone know if there's a simple way to set an axis limit to a
date? "viewlim_to_dt()" looks promising, but I can't figure out how to use
it...
Thanks a lot,
Alex
--
View this message in context:
http://old.nabble.com/xlim-with-dates-tp27881612p27881612.html
Sent from the matplot
Ah perfect, thanks a lot, sorry for the mundane question :)
--
View this message in context:
http://old.nabble.com/xlim-with-dates-tp27881612p27882177.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
-
Hi there,
I'm trying to change the font default on my graph to New Century Schoolbook.
I'm trying to do this by editing the matplotlibrc file. Unfortunately,
although I'm able to change the font.family, I can't figure out how to make
it use something other than the default in the family... I tr
Hi, sorry I wasn't too clear... I changed that, but I don't seem to be able
to choose between the different serif fonts, it just always gives me the
default...
Alex S wrote:
>
> Hi there,
> I'm trying to change the font default on my graph to New Century
> Schoolb
ibrc
> file, and then send the output to this list. That may help us track
> down where the font lookup is failing. Also, what platform and version
> of matplotlib are you running?
>
> Mike
>
> Alex S wrote:
>> Hi, sorry I wasn't too clear... I changed that, but
s are being looked for,
> and hopefully *why* this is failing.
>
> It should search for fonts in the standard Windows location (usually
> C:\Windows\Fonts). Have you tried setting font.family to "New Century
> Schoolbook" directly? (I wonder if the secondary lookup is fail
"New Century
> Schoolbook LT Std". Using one of those names instead resolved the
> problem.
>
> Mike
>
> Alex S wrote:
>> Ah ok, I've sent it on to you. I've just tried setting font.family to
>> "New
>> Century Schoolbook" directly
Hi there,
I've got a program that generates a bunch of plots with logarithmic charts.
Matplotlib handles them great, but it seems to by default label the y axis
ticks 10^0, 10^1, 10^2 etc. Is there an way to make it spell out these
numbers instead (ie 1, 10, 100 etc)? I guess I could make cust
Ah thank you very much, that works fine except for decimals... (.1, .01, .001
etc all show as 0). Is there a way to show these as well (preferably
without showing all the rest of the numbers as 1.000, 10.000, 100.000)?
Sorry if this is a very newbie question... I don't know what symbol does
wh
ather than '%d' which was for integers and so
truncated decimals).
Thanks guys,
Alex
Alex S wrote:
>
> Ah thank you very much, that works fine except for decimals... (.1, .01,
> .001 etc all show as 0). Is there a way to show these as well (preferably
> without showing all
Hi there,
I've made a program that makes plots using New Century Schoolbook Lt Std
font. I did this by inserting this into the matplotlibrc file:
font.family : New Century Schoolbook LT Std # serif #sans-serif
There's also a "fontlist.cache" file that I think points to it when it says:
k you very much Mike, you might not remember but you were the one that
taught me how to get it into New Century Schoolbook in the first place.
http://old.nabble.com/Changing-the-font-td28111472.html#a28118916 Here it is
, for old times sake.
Michael Droettboom-3 wrote:
>
> On 01/13/201
18 matches
Mail list logo