Re: Python libraries for visualisations

2021-03-17 Thread Stephen Lalor
I do a tonne of data visualization and would recommend checking out Plotly . Looks really good and easy to create fairly complex graphics with. On Monday, March 15, 2021 at 4:50:18 AM UTC geethanj...@gmail.com wrote: > Hi..How to build a dashboard using django and py

Re: Python libraries for visualisations

2021-03-17 Thread Ryan Nowakowski
On March 14, 2021 11:49:19 PM CDT, GEETHANJALI S P wrote: >Hi..How to build a dashboard using django and python libraries for >creating >visualisations?. Please let me know .Thanks in advance! I'm terrible at web design so I usually like to start with some HTML that is already styled. I've

Re: Python libraries for visualisations

2021-03-15 Thread Thomas Lockhart
If you are working with larger scientific datasets then bokeh may be of interest. For my cases all of the code is done in python. hth - Tom > On Mar 14, 2021, at 9:49 PM, GEETHANJALI S P > wrote: > > Hi..How to build a dashboard using django and python libraries for creating > visualisation

Re: Python libraries for visualisations

2021-03-15 Thread Milind Yadav
See if Dash or Grafana has some python wrapper or not? On Mon 15 Mar, 2021, 3:23 PM Christian Ledermann, < christian.lederm...@gmail.com> wrote: > You may want to checkout pygal https://github.com/Kozea/pygal > > On Mon, 15 Mar 2021 at 08:50, Roger Gammans > wrote: > >> >> Plotly comes to mind.

Re: Python libraries for visualisations

2021-03-15 Thread Christian Ledermann
You may want to checkout pygal https://github.com/Kozea/pygal On Mon, 15 Mar 2021 at 08:50, Roger Gammans wrote: > > Plotly comes to mind. there are quite a few charting libraries in this > python/web space. Google is as always your friend. > > But at the end of the day the best UX is always goi

Re: Python libraries for visualisations

2021-03-15 Thread Roger Gammans
Plotly comes to mind. there are quite a few charting libraries in this python/web space. Google is as always your friend. But at the end of the day the best UX is always going to come from a library with a significant JS component. If you don't want to worry to much about JS plotly's py component

Re: Python libraries for visualisations

2021-03-15 Thread GEETHANJALI S P
Can't we use python libraries instead of chart.js ...is there any method ..? On Mon, 15 Mar, 2021, 10:26 AM Omkar Parab, wrote: > You can integrate chart.js with Django for visualization. > > Check out this video 👇 > https://youtu.be/B4Vmm3yZPgc > > > On Mon, Mar 15, 2021, 10:19 AM GEETHANJALI S

Re: Python libraries for visualisations

2021-03-14 Thread Danny
You can use matplotlib library, encode the image in base64 and then show it in your html I found this snippet of code works the same way with the way I usually do it. https://stackoverflow.com/questions/52368870/display-matplotlib-image-on-html-page-using-django If you are interested in a dyn

Re: Python libraries for visualisations

2021-03-14 Thread Omkar Parab
You can integrate chart.js with Django for visualization. Check out this video 👇 https://youtu.be/B4Vmm3yZPgc On Mon, Mar 15, 2021, 10:19 AM GEETHANJALI S P wrote: > Hi..How to build a dashboard using django and python libraries for > creating visualisations?. Please let me know .Thanks in adv

Python libraries for visualisations

2021-03-14 Thread GEETHANJALI S P
Hi..How to build a dashboard using django and python libraries for creating visualisations?. Please let me know .Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it,