|
71 | 71 | badges: travis, codecov, pypi, conda, site
|
72 | 72 | builtons: [matplotlib]
|
73 | 73 |
|
74 |
| - - repo: AutoViML/AutoViz |
75 |
| - site: https://github.com/AutoViML/AutoViz |
76 |
| - badges: travis, pypi, site |
77 |
| - builtons: [matplotlib] |
78 |
| - |
79 | 74 | - repo: holoviz/holoviews
|
80 | 75 | sponsors: [anaconda,numfocus]
|
81 | 76 | badges: coveralls, pypi, conda, site
|
|
93 | 88 | site: https://lets-plot.org
|
94 | 89 | badges: pypi, site
|
95 | 90 |
|
| 91 | + - repo: AutoViML/AutoViz |
| 92 | + site: https://github.com/AutoViML/AutoViz |
| 93 | + badges: travis, pypi, site |
| 94 | + builtons: [matplotlib] |
| 95 | + |
96 | 96 | - repo: finos/perspective
|
97 | 97 | site: https://perspective.finos.org
|
98 | 98 | conda_channel: conda-forge
|
|
121 | 121 | conda_channel: conda-forge
|
122 | 122 | badges: travis, pypi, conda, site
|
123 | 123 |
|
| 124 | + - repo: Marsilea-viz/marsilea |
| 125 | + pypi_name: marsilea |
| 126 | + site: https://marsilea.rtfd.io/ |
| 127 | + conda_channel: conda-forge |
| 128 | + badges: pypi, conda, site, rtd |
| 129 | + builtons: [matplotlib] |
| 130 | + |
124 | 131 | - repo: Technion-Kishony-lab/quibbler
|
125 | 132 | pypi_name: pyquibbler
|
126 | 133 | site: https://github.com/Technion-Kishony-lab/quibbler
|
|
129 | 136 |
|
130 | 137 | - repo: koonimaru/omniplot
|
131 | 138 |
|
132 |
| - - repo: Marsilea-viz/marsilea |
133 |
| - pypi_name: marsilea |
134 |
| - site: https://marsilea.rtfd.io/ |
135 |
| - conda_channel: conda-forge |
136 |
| - badges: pypi, conda, site, rtd |
137 |
| - builtons: [matplotlib] |
138 |
| - |
139 | 139 | - name: Native-GUI
|
140 | 140 | intro: InfoVis Libraries targetting native-desktop GUI interfaces for interactive plots.
|
141 | 141 | packages:
|
|
149 | 149 | site: http://www.pyqtgraph.org
|
150 | 150 | builtons: [qt, opengl]
|
151 | 151 |
|
152 |
| - - repo: glue-viz/glue |
153 |
| - site: http://docs.glueviz.org |
| 152 | + - repo: newville/wxmplot |
| 153 | + site: https://newville.github.io/wxmplot/ |
154 | 154 | conda_channel: conda-forge
|
155 |
| - conda_package: glueviz |
| 155 | + conda_package: wxmplot |
156 | 156 | badges: pypi, conda, site
|
157 | 157 | builtons: [matplotlib]
|
158 | 158 |
|
|
166 | 166 | site: https://gr-framework.org/python.html
|
167 | 167 | badges: pypi, site
|
168 | 168 |
|
169 |
| - - repo: veusz/veusz |
170 |
| - conda_channel: conda-forge |
171 |
| - site: https://veusz.github.io |
172 |
| - builtons: [qt] |
173 |
| - |
174 |
| - - repo: newville/wxmplot |
175 |
| - site: https://newville.github.io/wxmplot/ |
| 169 | + - repo: glue-viz/glue |
| 170 | + site: http://docs.glueviz.org |
176 | 171 | conda_channel: conda-forge
|
177 |
| - conda_package: wxmplot |
| 172 | + conda_package: glueviz |
178 | 173 | badges: pypi, conda, site
|
179 | 174 | builtons: [matplotlib]
|
180 | 175 |
|
| 176 | + - repo: veusz/veusz |
| 177 | + conda_channel: conda-forge |
| 178 | + site: https://veusz.github.io |
| 179 | + builtons: [qt] |
181 | 180 |
|
182 | 181 | - name: Other InfoVis
|
183 | 182 | intro: InfoVis plotting libraries not fitting into other categories above.
|
|
202 | 201 | conda_channel: conda-forge
|
203 | 202 | badges: pypi, conda, rtd
|
204 | 203 |
|
205 |
| - - repo: maxhumber/chart |
206 |
| - |
207 | 204 | - repo: flekschas/jupyter-scatter
|
208 | 205 | badges: pypi, site
|
209 | 206 | builtons: [webgl]
|
210 | 207 | pypi_name: jupyter-scatter
|
211 | 208 | site: https://jupyter-scatter.dev/
|
212 | 209 |
|
| 210 | + - repo: maxhumber/chart |
| 211 | + |
213 | 212 |
|
214 | 213 | - name: SciVis
|
215 | 214 | intro: Libraries for visualizing scientific data situated in real-world coordinates, typically using OpenGL, WebGL, or Vulkan.
|
|
278 | 277 | intro: Tools for working with data in geographic coordinates.
|
279 | 278 | packages:
|
280 | 279 |
|
281 |
| - - repo: geopandas/geopandas |
282 |
| - site: http://geopandas.org |
283 |
| - conda_channel: conda-forge |
284 |
| - builtons: [matplotlib] |
285 |
| - |
286 | 280 | - repo: pydata/xarray
|
287 | 281 | sponsors: [numfocus]
|
288 | 282 | appveyor_project: shoyer/xray
|
|
291 | 285 | badges: travis, appveyor, coveralls, rtd, pypi, conda, site
|
292 | 286 | builtons: [matplotlib]
|
293 | 287 |
|
| 288 | + - repo: geopandas/geopandas |
| 289 | + site: http://geopandas.org |
| 290 | + conda_channel: conda-forge |
| 291 | + builtons: [matplotlib] |
| 292 | + |
294 | 293 | - repo: python-visualization/folium
|
295 | 294 | site: https://python-visualization.github.io/folium
|
296 | 295 | conda_channel: conda-forge
|
|
302 | 301 | badges: pypi, conda, site
|
303 | 302 | builtons: [bokeh]
|
304 | 303 |
|
305 |
| - - repo: jupyter-widgets/ipyleaflet |
306 |
| - conda_channel: conda-forge |
307 |
| - badges: pypi, conda, rtd |
308 |
| - builtons: [leaflet] |
| 304 | + - repo: SciTools/cartopy |
| 305 | + sponsors: [metoffice] |
| 306 | + site: https://scitools.org.uk/cartopy |
| 307 | + badges: travis, appveyor, coveralls, pypi, conda, site |
| 308 | + builtons: [matplotlib] |
309 | 309 |
|
310 | 310 | - repo: keplergl/kepler.gl
|
311 | 311 | site: https://docs.kepler.gl/docs/keplergl-jupyter
|
312 | 312 | badges: pypi
|
313 | 313 | pypi_name: keplergl
|
314 | 314 |
|
315 |
| - - repo: SciTools/cartopy |
316 |
| - sponsors: [metoffice] |
317 |
| - site: https://scitools.org.uk/cartopy |
318 |
| - badges: travis, appveyor, coveralls, pypi, conda, site |
319 |
| - builtons: [matplotlib] |
| 315 | + - repo: jupyter-widgets/ipyleaflet |
| 316 | + conda_channel: conda-forge |
| 317 | + badges: pypi, conda, rtd |
| 318 | + builtons: [leaflet] |
320 | 319 |
|
321 | 320 | - repo: gboeing/osmnx
|
322 | 321 | site: https://osmnx.readthedocs.io
|
|
347 | 346 | badges: coveralls, pypi, conda, site
|
348 | 347 | builtons: [matplotlib]
|
349 | 348 |
|
350 |
| - - repo: ResidentMario/geoplot |
351 |
| - site: https://residentmario.github.io/geoplot |
352 |
| - conda_channel: conda-forge |
353 |
| - badges: pypi, conda, site |
354 |
| - builtons: [matplotlib] |
355 |
| - |
356 | 349 | - repo: HTenkanen/pyrosm
|
357 | 350 | site: https://pyrosm.readthedocs.io
|
358 | 351 | badges: pypi
|
|
369 | 362 | badges: pypi, conda, codecov
|
370 | 363 | builtons: [gmt]
|
371 | 364 |
|
372 |
| - - repo: andrea-cuttone/geoplotlib |
373 |
| - site: https://github.com/andrea-cuttone/geoplotlib/wiki/User-Guide |
374 |
| - badges: pypi |
375 |
| - builtons: [opengl] |
| 365 | + - repo: ResidentMario/geoplot |
| 366 | + site: https://residentmario.github.io/geoplot |
| 367 | + conda_channel: conda-forge |
| 368 | + badges: pypi, conda, site |
| 369 | + builtons: [matplotlib] |
376 | 370 |
|
377 | 371 | - repo: raphaelquast/eomaps
|
378 | 372 | site: https://eomaps.readthedocs.io
|
|
384 | 378 | site: https://mapwidget.gishub.org/
|
385 | 379 | badges: pypi
|
386 | 380 |
|
387 |
| - - repo: ambeelabs/gspatial_plot |
388 |
| - site: https://gspatial-plot.readthedocs.io |
389 |
| - badges: pypi |
390 |
| - builtons: [matplotlib] |
391 |
| - |
392 | 381 | - repo: bjlittle/geovista
|
393 | 382 | site: https://geovista.readthedocs.io
|
394 | 383 | conda_channel: conda-forge
|
395 | 384 | badges: pypi, conda, codecov, site
|
396 | 385 | builtons: [pyvista]
|
397 | 386 |
|
| 387 | + - repo: andrea-cuttone/geoplotlib |
| 388 | + site: https://github.com/andrea-cuttone/geoplotlib/wiki/User-Guide |
| 389 | + badges: pypi |
| 390 | + builtons: [opengl] |
| 391 | + |
| 392 | + - repo: ambeelabs/gspatial_plot |
| 393 | + site: https://gspatial-plot.readthedocs.io |
| 394 | + badges: pypi |
| 395 | + builtons: [matplotlib] |
| 396 | + |
398 | 397 | - name: Graphs and networks
|
399 | 398 | intro: Tools specifically focused on visualizing graphs (networks). Several of the other plotting libraries listed in other sections can also plot network graphs, including Bokeh, HoloViews, hvPlot, Matplotlib, and Plotly.
|
400 | 399 | packages:
|
|
417 | 416 | conda_channel: conda-forge
|
418 | 417 | builtons: [graphviz]
|
419 | 418 |
|
| 419 | + - repo: WestHealth/pyvis |
| 420 | + site: https://pyvis.readthedocs.io |
| 421 | + conda_channel: conda-forge |
| 422 | + badges: pypi, conda, site |
| 423 | + |
420 | 424 | - repo: pygraphviz/pygraphviz
|
421 | 425 | site: https://pygraphviz.github.io
|
422 | 426 | conda_channel: conda-forge
|
|
429 | 433 | appveyor_project: ntamas/python-igraph
|
430 | 434 | badges: travis, appveyor, pypi, conda, site
|
431 | 435 |
|
432 |
| - - repo: WestHealth/pyvis |
433 |
| - site: https://pyvis.readthedocs.io |
| 436 | + - repo: timkpaine/ipydagred3 |
434 | 437 | conda_channel: conda-forge
|
435 |
| - badges: pypi, conda, site |
| 438 | + badges: azure, pypi, conda |
| 439 | + builtons: [d3] |
| 440 | + |
| 441 | + - repo: Yomguithereal/ipysigma |
| 442 | + badges: pypi |
436 | 443 |
|
437 | 444 | - repo: QuantStack/ipycytoscape
|
438 | 445 | conda_channel: conda-forge
|
|
448 | 455 | conda_channel: conda-forge
|
449 | 456 | badges: pypi, conda, site
|
450 | 457 |
|
| 458 | + - repo: benmaier/netwulf |
| 459 | + site: https://netwulf.readthedocs.io |
| 460 | + badges: travis, pypi, rtd, site |
| 461 | + |
451 | 462 | - repo: cytoscape/py2cytoscape
|
452 | 463 | site: https://py2cytoscape.readthedocs.io
|
453 | 464 | conda_channel: conda-forge
|
454 | 465 | badges: travis, pypi, conda, rtd, site
|
455 | 466 |
|
456 |
| - - repo: timkpaine/ipydagred3 |
457 |
| - conda_channel: conda-forge |
458 |
| - badges: azure, pypi, conda |
459 |
| - builtons: [d3] |
460 |
| - |
461 |
| - - repo: Yomguithereal/ipysigma |
462 |
| - badges: pypi |
463 |
| - |
464 | 467 | - repo: SkBlaz/Py3Plex
|
465 | 468 | site: https://py3plex.readthedocs.io
|
466 | 469 | badges: pypi, site
|
|
469 | 472 | site: https://webwebpage.github.io
|
470 | 473 | badges: pypi, conda, site
|
471 | 474 |
|
472 |
| - - repo: benmaier/netwulf |
473 |
| - site: https://netwulf.readthedocs.io |
474 |
| - badges: travis, pypi, rtd, site |
475 |
| - |
476 | 475 | - repo: skewed/graph-tool
|
477 | 476 | # repo: https://git.skewed.de/count0/graph-tool
|
478 | 477 | site: http://graph-tool.skewed.de
|
|
490 | 489 | conda_package: itables
|
491 | 490 | conda_channel: conda-forge
|
492 | 491 |
|
493 |
| - - repo: finos/perspective |
494 |
| - pypi_name: perspective-python |
495 |
| - site: https://perspective.finos.org |
496 |
| - badges: pypi, conda |
497 |
| - conda_package: perspective # newer of two conda packages (the other is `perspective-python`) |
498 |
| - conda_channel: conda-forge |
499 |
| - |
500 | 492 | - repo: posit-dev/great-tables
|
501 | 493 | pypi_name: great-tables
|
502 | 494 | site: https://posit-dev.github.io/great-tables
|
|
518 | 510 | conda_package: ipydatagrid
|
519 | 511 | conda_channel: conda-forge
|
520 | 512 |
|
| 513 | + - repo: finos/perspective |
| 514 | + pypi_name: perspective-python |
| 515 | + site: https://perspective.finos.org |
| 516 | + badges: pypi, conda |
| 517 | + conda_package: perspective # newer of two conda packages (the other is `perspective-python`) |
| 518 | + conda_channel: conda-forge |
| 519 | + |
521 | 520 | - repo: paddymul/buckaroo
|
522 | 521 | pypi_name: buckaroo
|
523 | 522 | badges: pypi
|
|
586 | 585 | badges: travis, codecov, pypi, conda, site
|
587 | 586 | builtons: [matplotlib]
|
588 | 587 |
|
| 588 | + - repo: moshi4/pyCirclize |
| 589 | + badges: pypi |
| 590 | + |
589 | 591 | - repo: ismms-himc/clustergrammer2
|
590 | 592 | site: https://clustergrammer.readthedocs.io
|
591 | 593 | badges: pypi, site
|
|
599 | 601 | site: https://pair-code.github.io/facets/
|
600 | 602 | badges: pypi
|
601 | 603 |
|
602 |
| - - repo: moshi4/pyCirclize |
603 |
| - badges: pypi |
604 |
| - |
605 | 604 |
|
606 | 605 | - name: Large-data rendering
|
607 | 606 | intro: Tools for visualizing especially large datasets, e.g. by automatic subsampling, dynamic aggregation, server-side rasterization, or dynamic colormapping
|
|
833 | 832 | intro: Collections of colormaps and tools for generating new colormaps.
|
834 | 833 | packages:
|
835 | 834 |
|
836 |
| - - repo: jiffyclub/palettable |
837 |
| - site: https://jiffyclub.github.io/palettable |
838 |
| - |
839 | 835 | - repo: holoviz/colorcet
|
840 | 836 | sponsors: [anaconda,numfocus]
|
841 | 837 | site: https://colorcet.holoviz.org
|
842 | 838 | badges: pypi, conda, site
|
843 | 839 |
|
| 840 | + - repo: jiffyclub/palettable |
| 841 | + site: https://jiffyclub.github.io/palettable |
| 842 | + |
844 | 843 | - repo: matplotlib/cmocean
|
845 | 844 | site: https://matplotlib.org/cmocean
|
846 | 845 | conda_channel: conda-forge
|
|
0 commit comments