Re: [Matplotlib-users] Matplotlib for Grotrian Diagrams

2015-03-16 Thread Marin GILLES
to do so you would have to plot each line independently. I don't know about anything in mpl that could do that with just your data passed to the function. You could look for an other library based on mpl, or write one yourself I guess. Sorry to not be of any more help with this Marin Gilles

Re: [Matplotlib-users] Plotting style

2015-03-10 Thread Marin GILLES
Le 06/03/2015 22:42, Marin GILLES a écrit : This package is indeeed pretty nice, and I will surely take a look into it, but the way styles are added does not seem quite practical or shareable. In my opinion, having a style file for each paper makes things more flexible, although this package

Re: [Matplotlib-users] Plotting style

2015-03-06 Thread Marin GILLES
/matplotlib. Thanks Marin Le 06/03/2015 22:18, Olga Botvinnik a écrit : There's also the plotsettings package which makes it easy to switch between styles required by different papers. https://pypi.python.org/pypi/plotsettings On Wed, Mar 4, 2015 at 1:29 PM Marin GILLES mrngil...@gmail.com

Re: [Matplotlib-users] Plotting style

2015-03-13 Thread Marin GILLES
Le 05/03/2015 17:35, Eric Firing a écrit : On 2015/03/05 6:11 AM, Marin GILLES wrote: Hello everyone, After working a bit on the styles, I noticed that some parameters could not be modified using an rc or style file (for example, turning off the right, left, up or down axis). I kind of saw how

Re: [Matplotlib-users] Plotting style

2015-03-10 Thread Marin GILLES
Le 10/03/2015 07:52, Eric Firing a écrit : On 2015/03/09 8:14 PM, Marin GILLES wrote: Hi, As suggested in PR 2702 https://github.com/matplotlib/matplotlib/pull/2702, I have been trying to tell |scatter| to |get_current_color_cycle| for the facecolor. I guess I can use |axes.get_color()|to get

[Matplotlib-users] Plotting style

2015-03-03 Thread Marin GILLES
. Thank you ​ -- *Marin GILLES* /PhD student CNRS / /Laboratoire Interdisciplinaire Carnot de Bourgogne (ICB) UMR 6303 CNRS - Université de Bourgogne 9 av Alain Savary, BP 47870 21078, Dijon (France) / ☎ (+33)6.79.35.30.11 ✉ marin.gil...@u-bourgogne.fr mailto:marin.gil...@u-bourgogne.fr

Re: [Matplotlib-users] Plotting style

2015-03-03 Thread Marin GILLES
Le 03/03/2015 16:32, Christian Alis a écrit : Hi Marin, Have you looked at the style sheets examples in the gallery? http://matplotlib.org/gallery.html#style_sheets Regards, Christian On Tue, Mar 3, 2015 at 3:08 PM, Marin GILLES mrngil...@gmail.com wrote: Hello everyone, I was wondering

Re: [Matplotlib-users] Plotting style

2015-03-03 Thread Marin GILLES
style or mathmatica style, etc... Cheers! Ben Root On Tue, Mar 3, 2015 at 11:22 AM, Marin GILLES mrngil...@gmail.com mailto:mrngil...@gmail.com wrote: Le 03/03/2015 16:32, Christian Alis a écrit : Hi Marin, Have you looked at the style sheets examples in the gallery? http

Re: [Matplotlib-users] Plotting style

2015-03-03 Thread Marin GILLES
the library (which needs to be slower). On Tue, Mar 3, 2015, 12:35 Marin GILLES mrngil...@gmail.com mailto:mrngil...@gmail.com wrote: Le 03/03/2015 18:15, Gökhan Sever a écrit : On Tue, Mar 3, 2015 at 12:07 PM, Marin GILLES mrngil...@gmail.com mailto:mrngil...@gmail.com wrote

Re: [Matplotlib-users] Plotting style

2015-03-04 Thread Marin GILLES
that take the normal two-column figure layout and convert it to a full-page layout.) -Tony On Tue, Mar 3, 2015 at 12:35 PM, Marin GILLES mrngil...@gmail.com mailto:mrngil...@gmail.com wrote: Le 03/03/2015 18:15, Gökhan Sever a écrit : On Tue, Mar 3, 2015 at 12:07 PM

Re: [Matplotlib-users] Plotting style

2015-03-04 Thread Marin GILLES
, 2015 at 12:35 PM, Marin GILLES mrngil...@gmail.com wrote: Le 03/03/2015 18:15, Gökhan Sever a écrit : On Tue, Mar 3, 2015 at 12:07 PM, Marin GILLES mrngil...@gmail.com wrote: Sure, I'll be careful about that. I'm going to go try and design some new interesting ones. Maybe adding some styles

Re: [Matplotlib-users] Plotting style

2015-03-04 Thread Marin GILLES
was being flaky) On Wed, Mar 4, 2015 at 5:31 PM Marin GILLES mrngil...@gmail.com mailto:mrngil...@gmail.com wrote: Le 04/03/2015 22:46, Yuxiang Wang a écrit : Hi Marin, +1 for the idea of specific papers. For example, all PLOS require the same figure format and I have my own config

Re: [Matplotlib-users] Plotting style

2015-03-05 Thread Marin GILLES
Le 04/03/2015 23:31, Marin GILLES a écrit : Le 04/03/2015 22:46, Yuxiang Wang a écrit : Hi Marin, +1 for the idea of specific papers. For example, all PLOS require the same figure format and I have my own config file. I'd be more than happy to dig into it and try my best to contribute

Re: [Matplotlib-users] Plotting style

2015-03-03 Thread Marin GILLES
Le 03/03/2015 18:03, Thomas Caswell a écrit : Yes, we are interested it more built-in themes. It may be worth making a 'matplotlib-styles' project which is _just_ a style library. On Tue, Mar 3, 2015 at 11:23 AM Marin GILLES mrngil...@gmail.com mailto:mrngil...@gmail.com wrote: Le 03

Re: [Matplotlib-users] Plotting style

2015-03-03 Thread Marin GILLES
Le 03/03/2015 18:15, Gökhan Sever a écrit : On Tue, Mar 3, 2015 at 12:07 PM, Marin GILLES mrngil...@gmail.com mailto:mrngil...@gmail.com wrote: Sure, I'll be careful about that. I'm going to go try and design some new interesting ones. Maybe adding some styles specific

Re: [Matplotlib-users] Dynamical style sheets

2015-03-03 Thread Marin GILLES
(like text font, size, color…) from a list, it seems to me it is possible, but I guess you would have to use rc parameters in your script. ​ -- *Marin GILLES* /PhD student CNRS / /Laboratoire Interdisciplinaire Carnot de Bourgogne (ICB) UMR 6303 CNRS - Université de Bourgogne 9 av Alain Savary