Questions tagged [powerbi-python-visual]

2 questions
1
vote
0 answers

How to achieve desired well-log visualization in Power BI using Python visuals

I'm using python visuals in Power BI for plotting 2 columns (DEPTH and GR) of a Well-Log dataset in a "vertical line chart". The target chart looks like this: The Python script in jupyter notebook is pretty simple: import lasio file_path =…
1
vote
0 answers

How to keep auto aspect ratio with PowerBI python custom visual matplotlib plot, when facecolor set to transparent?

I have a Python custom visual inside a PowerBI report. Normally, this automatically fills the available space - and set the aspect ratio accordingly. However, when I set a facecolor background color (say None for a transparent visual, but also any…