English 中文(简体)
散射中趋势线增加 Plot openpyxl
原标题:Increase width of trendline in scatterPlot openpyxl

我正在利用开放式X射线散射机在外壳图中显示线性回归趋势线,但显示的公式线的线体太小。 我正在检查,是否有办法增加这两人的体积。

下面是我的法典

页: 1

wb = 开放pyxl.load_workbook (filename=file_path)

ws = wb[SHEET_NAME]

x_ Values = Reference(ws, min_col=x_col + 1, min_row=2, max_row=ws.max_row)

y_ Values = Reference(ws, min_col=y_col + 1, min_row=2, max_row=ws.max_row)

系列=系列(价值,X_数值,标题_从_data=True)

图表. 附录

Line_props = LineProperties (solidFill=ColorChoice (prstClr=本人.CLR_TREND_LINE)

g_props = 图表Properties(ln=line_props)

趋势_line = Trendline (spPr=g_props, dispEq=True, dispRSqr=True)

页: 1

页: 1 趋势 = 趋势

页: 1

标识:符号

我想在以下图表中增加按圈子和方程式的字体。

“在座的影像描述”/

问题回答

暂无回答




相关问题
import of excel in SQL imports NULL lines

I have a stored procedure that imports differently formatted workbooks into a database table, does work on them then drops the table. Here is the populating query. SELECT IDENTITY(INT,1,1) AS ID ...

Connecting to Oracle 10g with ODBC from Excel VBA

The following code works. the connection opens fine but recordset.recordCount always returns -1 when there is data in the table. ANd If I try to call any methods/properties on recordset it crashes ...

Excel date to Unix timestamp

Does anyone know how to convert an Excel date to a correct Unix timestamp?

C# GemBox Excel Import Error

I am trying to import an excel file into a data table using GemBox and I keep getting this error: Invalid data value when extracting to DataTable at SourceRowIndex: 1, and SourceColumnIndex: 1. As ...

Importing from excel "applications" using SSIS

I am looking for any tips or resources on importing from excel into a SQL database, but specifically when the information is NOT in column and row format. I am currently doing some pre-development ...

热门标签