|
From: Marin G. <mrn...@gm...> - 2015-03-03 17:28:02
|
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 <mrn...@gm... > <mailto:mrn...@gm...>> 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://matplotlib.org/gallery.html#style_sheets >> >> Regards, >> >> Christian >> >> >> On Tue, Mar 3, 2015 at 3:08 PM, Marin GILLES<mrn...@gm...> <mailto:mrn...@gm...> wrote: >>> Hello everyone, >>> >>> I was wondering if there would be some kind of plot style profile interface. >>> What I mean, is that you could have mutliple files with different styles for >>> plots, that would be used to change easily the style of plots. >>> >>> I know about the matplotlibrc but I am thinking of something a little bit >>> more flexible, which could swicth between multiple “style sheets” easily. >>> >>> As an example, for now I use the Seaborn set_style capabilities to get >>> better looking graphs. >>> I previously used Prettyplotlib to make better plots. >>> >>> But with those two libraries, it does not seem to me that you can control >>> your graph settings with, for example, a config file. >>> >>> 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 >>> ✉mar...@u-... <mailto:mar...@u-...> >>> >>> ------------------------------------------------------------------------------ >>> Dive into the World of Parallel Programming The Go Parallel Website, >>> sponsored >>> by Intel and developed in partnership with Slashdot Media, is your hub for >>> all >>> things parallel software development, from weekly thought leadership blogs >>> to >>> news, videos, case studies, tutorials and more. Take a look and join the >>> conversation now.http://goparallel.sourceforge.net/ >>> _______________________________________________ >>> Matplotlib-users mailing list >>> Mat...@li... <mailto:Mat...@li...> >>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>> > Hi Christian, > I saw them indeed. > After looking into it in more details, it seems that the default > styles are defined in a config-like style. > It is possible to create your own styles and put it in your config > path so they are accessible (Style on matplotlib.org > <http://matplotlib.org/users/style_sheets.html?highlight=style>). > > Also, Would the community be interested in more integrated themes? > > Thanks for your help > > > -- > *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 > ✉ mar...@u-... <mailto:mar...@u-...> > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel > Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your > hub for all > things parallel software development, from weekly thought > leadership blogs to > news, videos, case studies, tutorials and more. Take a look and > join the > conversation now. > http://goparallel.sourceforge.net/_______________________________________________ > Matplotlib-users mailing list > Mat...@li... > <mailto:Mat...@li...> > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > When you say *style library*, I’m not sure exactly what you mean… It would be just more stylesheets, or a full python lib to manage the styles? The latter would be the most interesting for me (as that is what I had in mind when starting this thread), but after digging in mpl, it seemed that the actual style management system is quite good… Unless there is some caveat I am not aware of. In that case, could you point out what you have in mind (if anything)? -- *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 ✉ mar...@u-... <mailto:mar...@u-...> |